diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-09-10 12:14:30 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-09-10 12:14:30 +0200 |
commit | fe829316fe26791a07890a820ec7910d8991d701 (patch) | |
tree | 2878c2f5f19ea46246abeff885e403a5dfb6ab59 | |
parent | 8be7a0013108211960a046c7cb7b8dbe9330192d (diff) | |
download | dotfiles-fe829316fe26791a07890a820ec7910d8991d701.tar.gz dotfiles-fe829316fe26791a07890a820ec7910d8991d701.tar.xz |
misc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-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 & |