.xsessionrc

changeset 609
46f19b7955d8
parent 571
5dfc85243b54
child 617
595c6f803258
--- a/.xsessionrc
+++ b/.xsessionrc
@@ -13,6 +13,9 @@ hsetroot -solid "#002244" >/dev/null 2>&
 xcompmgr -n >/dev/null 2>&1 </dev/null &
 
 xmodmap ~/.xmodmaprc
+if [ -r ~/.xmodmaprc.local ]; then
+  xmodmap ~/.xmodmaprc.local
+fi
 
 if [ -r ~/.Xdefaults.local ]; then
   xrdb -quiet -merge -DUSE_LOCAL ~/.Xdefaults

mercurial