Use awesome as WM and switch on host
This commit is contained in:
parent
0d70f1dc57
commit
7dd4d7ac23
1 changed files with 16 additions and 3 deletions
19
x11/.xinitrc
19
x11/.xinitrc
|
@ -12,7 +12,20 @@ fi
|
||||||
|
|
||||||
redshift -l 51.1180:4.0012 &
|
redshift -l 51.1180:4.0012 &
|
||||||
unclutter &
|
unclutter &
|
||||||
feh --bg-tile ~/pictures/wallpaper-424947.jpg
|
|
||||||
|
|
||||||
# test -n "$1" && wm=$1 || wm="/usr/local/bin/stumpwm"
|
case "$(hostname)" in
|
||||||
exec sbcl --eval "(ql:quickload \"stumpwm\")" --eval "(stumpwm:stumpwm)"
|
drd)
|
||||||
|
# feh --bg-tile ~/pictures/wallpaper-2311191.png
|
||||||
|
# exec sbcl --noprint --non-interactive \
|
||||||
|
# --eval "(ql:quickload \"stumpwm\")" \
|
||||||
|
# --eval "(stumpwm:stumpwm)"
|
||||||
|
exec awesome
|
||||||
|
# xchainkeys &
|
||||||
|
# mowedline &
|
||||||
|
# exec herbstluftwm
|
||||||
|
# sxhkd &
|
||||||
|
# tint2 &
|
||||||
|
# exec bspwm
|
||||||
|
# exec i3
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
Loading…
Reference in a new issue