diff options
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ cd $HOME export VDPAU_NVIDIA_NO_OVERLAY=1 -xrandr --output DVI-I-2 --left-of DVI-I-3 +xrandr --output DVI-D-0 --left-of DVI-I-1 # I don't like no background ;) dash $HOME/.fehbg & @@ -15,7 +15,7 @@ source $HOME/bin/gpg-agent.sh # autostart entries setxkbmap de nodeadkeys xbindkeys & -xmodmap ~/.xmodmaprc & +xkbcomp ~/.xkbmap $DISPLAY & xautolock -nowlocker $HOME/bin/screen-locker.sh -locker $HOME/bin/screen-locker.sh -time 10 & /usr/lib/xfce4/notifyd/xfce4-notifyd & |