--- 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