From df4fa39ef3c78fc61c0304c132644c8afcdf1e5a Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 25 May 2013 00:27:13 +0200 Subject: Start dzen and use notion, not stumpwm --- .xinitrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.xinitrc b/.xinitrc index 0878ea9..eb49aae 100755 --- a/.xinitrc +++ b/.xinitrc @@ -14,6 +14,7 @@ emacs --daemon & redshift -l 51.1180:4.0012 & unclutter & feh --bg-tile ~/pictures/wallpapers/wallpaper-864137.jpg +$HOME/dzen.sh & -test -n "$1" && wm=$1 || wm="stumpwm" +test -n "$1" && wm=$1 || wm="notion" exec $wm -- cgit v1.2.3-54-g00ecf