Remove conditions, all PCs start the same wm
This commit is contained in:
parent
567b4c9cf4
commit
3d1dfb5f40
1 changed files with 1 additions and 19 deletions
18
x11/.xinitrc
18
x11/.xinitrc
|
@ -18,22 +18,4 @@ unclutter &
|
||||||
eval $(/usr/bin/gnome-keyring-daemon --start --components=secrets)
|
eval $(/usr/bin/gnome-keyring-daemon --start --components=secrets)
|
||||||
export GPG_AGENT_INFO SSH_AUTH_SOCK
|
export GPG_AGENT_INFO SSH_AUTH_SOCK
|
||||||
|
|
||||||
case $_hostname in
|
|
||||||
drd)
|
|
||||||
# feh --bg-tile ~/pictures/wallpaper-2311191.png
|
|
||||||
# exec sbcl --noprint --non-interactive \
|
|
||||||
# --eval "(ql:quickload \"stumpwm\")" \
|
|
||||||
# --eval "(stumpwm:stumpwm)"
|
|
||||||
exec awesome
|
exec awesome
|
||||||
# xchainkeys &
|
|
||||||
# mowedline &
|
|
||||||
# exec herbstluftwm
|
|
||||||
# sxhkd &
|
|
||||||
# tint2 &
|
|
||||||
# exec bspwm
|
|
||||||
# exec i3
|
|
||||||
;;
|
|
||||||
phoenix)
|
|
||||||
exec awesome
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
Loading…
Reference in a new issue