diff options
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -10,19 +10,20 @@ xrandr --output DVI-D-0 --left-of DVI-I-1 dash $HOME/.bg & numlockx +xset -dpms xset r rate 250 50 & source $HOME/bin/gpg-agent.sh # autostart entries setxkbmap de nodeadkeys -xbindkeys & +(sleep 4; xbindkeys) & 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 #xflux -l 48.190 -g 15.62 -k 4200 -redshift -l 48.190:15.62 -t 5700:3400 -m randr & +redshift -l 48.190:15.62 -t 5700:4200 -m randr & autostart () { #urxvt -g 125x+45+1041+0 -e ssh mistral & |