summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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