summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-05-25 00:27:13 +0200
committerGravatar Tom Willemse2013-05-25 00:27:13 +0200
commitdf4fa39ef3c78fc61c0304c132644c8afcdf1e5a (patch)
tree76a8d9ff46265537af17ddfc026a20ba54b9ad49
parentd86ee42c09795fb7a278686cb6948623821555fb (diff)
downloaddotfiles-df4fa39ef3c78fc61c0304c132644c8afcdf1e5a.tar.gz
dotfiles-df4fa39ef3c78fc61c0304c132644c8afcdf1e5a.zip
Start dzen and use notion, not stumpwm
-rwxr-xr-x.xinitrc3
1 files changed, 2 insertions, 1 deletions
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