diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-09-16 16:19:30 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-09-16 16:19:30 +0200 |
commit | 6eeb7ef35da0a834c511488fcf97746aeaca9afd (patch) | |
tree | 6eb8000959d238249fbf9e50c81dcb4b48242e82 /.xinitrc | |
parent | 057cfa734eb10ee62366072035a105cbd6c05b22 (diff) | |
download | dotfiles-6eeb7ef35da0a834c511488fcf97746aeaca9afd.tar.gz dotfiles-6eeb7ef35da0a834c511488fcf97746aeaca9afd.tar.xz |
xinitrc: Start compton to fix vsync issues
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ xkbcomp ~/.xkbmap $DISPLAY & xautolock -nowlocker $HOME/bin/screen-locker.sh -locker $HOME/bin/screen-locker.sh -time 10 & pulseaudio --start & remote-notify-client.sh & +compton -bfzCG --backend glx --vsync opengl-swc --paint-on-overlay -D2 autostart () { #urxvt -g 125x+45+1041+0 -e ssh mistral & |