diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-12-03 23:34:33 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-12-03 23:34:33 +0100 |
commit | a78eb499922fd8e17270bbcdd5987af1fc746844 (patch) | |
tree | a2c57c0804530c0322f9594856d4150f0f64e787 /.xinitrc | |
parent | 18dfecfe5c317062d6dbce59dde4a3ec63275ae2 (diff) | |
download | dotfiles-a78eb499922fd8e17270bbcdd5987af1fc746844.tar.gz dotfiles-a78eb499922fd8e17270bbcdd5987af1fc746844.tar.xz |
misc changes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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 & |