diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-04-04 13:13:02 -0400 |
---|---|---|
committer | Luke Shumaker <shumakl@purdue.edu> | 2014-04-16 10:27:17 -0400 |
commit | b4007df2243cb0a2a7c9c0d6533be36b7de4305c (patch) | |
tree | 51982e62fc001b6cf93fe32ea3498f6b87e0372c /.config | |
parent | 3749ee128fecdcc218effbbb88ddd02c2ff8b7a7 (diff) |
X11/clientrc: dissable xinitrc.d
Diffstat (limited to '.config')
-rw-r--r-- | .config/X11/clientrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/X11/clientrc b/.config/X11/clientrc index e9a8215..26455d3 100644 --- a/.config/X11/clientrc +++ b/.config/X11/clientrc @@ -4,7 +4,7 @@ # # Executed by startx (run your window manager from here) -if [ -d /etc/X11/xinit/xinitrc.d ]; then +if false && [ -d /etc/X11/xinit/xinitrc.d ]; then echo ' ==> Running scripts in Entering xinitrc.d/*' for f in /etc/X11/xinit/xinitrc.d/*; do echo " -> $f" |