diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .xinitrc | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -4,3 +4,4 @@ .zsh/.zcompdump* *.un~ .zsh/cache +.vim/undo @@ -25,8 +25,9 @@ xautolock -nowlocker $HOME/bin/screen-locker.sh -locker $HOME/bin/screen-locker. pulseaudio --start & remote-notify-client.sh </dev/null & # might need --glx-copy-from-front to reduce lag in urxvt -compton -bfzCG --backend glx --vsync opengl-swc --paint-on-overlay -D2 #--glx-no-rebind-pixmap --glx-no-stencil --unredir-if-possible +#compton -bfzCG --backend glx --vsync opengl-swc --paint-on-overlay -D2 #--glx-no-rebind-pixmap --glx-no-stencil --unredir-if-possible redshift -l 48.190:15.62 -t 5700:3400 -m randr & +mount-ssh & autostart () { #urxvt -g 125x+45+1041+0 -e ssh mistral & |