diff options
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,7 +2,7 @@ cd $HOME export VDPAU_NVIDIA_NO_OVERLAY=1 -export SDL_AUDIODRIVER="pulse" +export SDL_AUDIODRIVER=pulseaudio xrandr --output DVI-D-0 --left-of DVI-I-1 @@ -21,9 +21,9 @@ 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 +compton -bfzCG --backend glx --vsync opengl-swc --paint-on-overlay -D2 #--glx-no-rebind-pixmap --glx-no-stencil --unredir-if-possible #xflux -l 48.190 -g 15.62 -k 4200 -redshift -l 48.190:15.62 -t 5700:4200 -m randr & +redshift -l 48.190:15.62 -t 5700:4000 -m randr & autostart () { #urxvt -g 125x+45+1041+0 -e ssh mistral & |