From caf0ec0fb16b3f911d5d596766ee3048fe07fa66 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 11 Apr 2013 15:32:45 +0200 Subject: [PATCH] X: Use DWM --- .xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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