summaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-12-03 23:34:33 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-12-03 23:34:33 +0100
commita78eb499922fd8e17270bbcdd5987af1fc746844 (patch)
treea2c57c0804530c0322f9594856d4150f0f64e787 /.xinitrc
parent18dfecfe5c317062d6dbce59dde4a3ec63275ae2 (diff)
downloaddotfiles-a78eb499922fd8e17270bbcdd5987af1fc746844.tar.gz
dotfiles-a78eb499922fd8e17270bbcdd5987af1fc746844.tar.xz
misc changes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.xinitrc b/.xinitrc
index 5bd6655..651db14 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -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 &