diff options
| -rwxr-xr-x | .xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
![]() |
index : dotfiles | |
| My configuration files | Tom Willemse |
| summaryrefslogtreecommitdiffstats |
| -rwxr-xr-x | .xinitrc | 2 |
@@ -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 |