Start dzen and use notion, not stumpwm
This commit is contained in:
parent
d86ee42c09
commit
df4fa39ef3
1 changed files with 2 additions and 1 deletions
3
.xinitrc
3
.xinitrc
|
@ -14,6 +14,7 @@ emacs --daemon &
|
||||||
redshift -l 51.1180:4.0012 &
|
redshift -l 51.1180:4.0012 &
|
||||||
unclutter &
|
unclutter &
|
||||||
feh --bg-tile ~/pictures/wallpapers/wallpaper-864137.jpg
|
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
|
exec $wm
|
||||||
|
|
Loading…
Reference in a new issue