.xsessionrc

branch
mhoward-lt
changeset 60
d18a4be6db77
parent 48
692d2b9c7958
child 64
a5ac7a1a2aaa
--- a/.xsessionrc
+++ b/.xsessionrc
@@ -24,6 +24,10 @@ if [ -x /usr/bin/xcompmgr ]; then
 fi
 
 
+if [ -r ~/.Xdefaults.local ]; then
+  /usr/bin/xrdb -quiet -merge -cpp /usr/bin/cpp -DUSE_LOCAL ~/.Xdefaults
+fi
+
 if [ -r ~/.xsessionrc.local ]; then
   . ~/.xsessionrc.local
 fi

mercurial