aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xscripts/run-xmonad.sh2
-rw-r--r--scripts/xinitrc2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/run-xmonad.sh b/scripts/run-xmonad.sh
index 7705821..9ded32d 100755
--- a/scripts/run-xmonad.sh
+++ b/scripts/run-xmonad.sh
@@ -13,7 +13,7 @@ PATH=/home/dons/bin:$PATH
# simple xmonad use, no interactive status bar.
#
#clock | dzen2 -ta r -fg $FG -bg $BG -fn $FONT &
-#exec xmonad
+#xmonad
#
# with a pipe talking to an external program
diff --git a/scripts/xinitrc b/scripts/xinitrc
index 90d0ae0..03621fb 100644
--- a/scripts/xinitrc
+++ b/scripts/xinitrc
@@ -34,4 +34,4 @@ xmodmap -e "remove Lock = Caps_Lock"
xmodmap -e "keysym Caps_Lock = Control_L"
xmodmap -e "add Control = Control_L"
-exec /home/dons/bin/run-xmonad.sh
+/home/dons/bin/run-xmonad.sh