From 20e043a15ab0c3b0eee84caad9075754683df627 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 16 Jul 2012 23:29:42 -0400 Subject: mess with wmii and xinitrc, add lxpanel --- .xinitrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc index 2cf4ea2..203a5cb 100644 --- a/.xinitrc +++ b/.xinitrc @@ -5,10 +5,13 @@ # Executed by startx (run your window manager from here) if [ -d /etc/X11/xinit/xinitrc.d ]; then + echo ' ==> Running scripts in Entering xinitrc.d/*' for f in /etc/X11/xinit/xinitrc.d/*; do - [ -x "$f" ] && . "$f" + echo " -> $f" + [ -x "$f" ] && "$f" & done unset f + echo ' -> done' fi usermodmap="$HOME/.xmodmap" @@ -20,4 +23,4 @@ fi # exec startkde # exec startxfce4 # ...or the Window Manager of your choice -exec wmii +exec ck-launch-session wmii -- cgit v1.2.3-54-g00ecf