.xsessionrc

changeset 65
9c8f98eb7e1b
parent 57
8af5835e43e1
child 69
b33d2188bfb9
--- a/.xsessionrc
+++ b/.xsessionrc
@@ -15,19 +15,20 @@ if [ -d ~/.rbenv ]; then
 fi
 
 
-if [ -x /usr/bin/urxvtd ]; then
-  /usr/bin/urxvtd -q -o -f
-fi
-
 if [ -x /usr/bin/xcompmgr ]; then
   /usr/bin/xcompmgr -n &>/dev/null </dev/null &
 fi
 
+/usr/bin/xmodmap ~/.xmodmaprc
 
 if [ -r ~/.Xdefaults.local ]; then
   /usr/bin/xrdb -quiet -merge -cpp /usr/bin/cpp -DUSE_LOCAL ~/.Xdefaults
 fi
 
+if [ -x /usr/bin/urxvtd ]; then
+  /usr/bin/urxvtd -q -o -f
+fi
+
 if [ -r ~/.xsessionrc.local ]; then
   . ~/.xsessionrc.local
 fi

mercurial