Compare commits

...

2 Commits

Author SHA1 Message Date
571d65bda8 use sudoedit 2024-01-12 00:39:49 +01:00
2425b9ec52 removed hyper-chan :( 2024-01-12 00:38:53 +01:00
2 changed files with 2 additions and 4 deletions

View File

@@ -44,9 +44,7 @@ decoration {
}
misc {
# disable_hyprland_logo = true
# disable_splash_rendering = true
force_hypr_chan = true
force_default_wallpaper = 0
animate_manual_resizes = true
animate_mouse_windowdragging = true

2
.zshrc
View File

@@ -101,7 +101,7 @@ alias please='sudo '
[ -z $SSH_CONNECTION ] && alias ls='exa --icons'
alias svim='sudo -E nvim'
alias svim='sudoedit'
alias dotfiles="git --git-dir=$XDG_DATA_HOME/dotfiles-remastered --work-tree=$HOME" # dotfile config --local status.showUntrackedFiles no
alias open="xdg-open"
alias mixer="pulsemixer"