summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-04-11 15:32:45 +0200
committerGravatar Tom Willemsen2013-04-11 15:32:45 +0200
commitcaf0ec0fb16b3f911d5d596766ee3048fe07fa66 (patch)
treed8e768b33590b8efbee2f71d082dce73ab773a47
parent855fc62edb64d91796ea3bfaf039da485cf2d44c (diff)
downloaddotfiles-caf0ec0fb16b3f911d5d596766ee3048fe07fa66.tar.gz
dotfiles-caf0ec0fb16b3f911d5d596766ee3048fe07fa66.zip
X: Use DWM
-rwxr-xr-x.xinitrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.xinitrc b/.xinitrc
index 3f2f349..6446320 100755
--- a/.xinitrc
+++ b/.xinitrc
@@ -11,5 +11,5 @@ fi
unclutter &
-test -n "$1" && wm=$1 || wm="matchbox-window-manager -use_titlebar no"
+test -n "$1" && wm=$1 || wm="$HOME/usr/local/bin/dwm"
exec $wm