switch to stumpwm

This commit is contained in:
2019-12-30 10:39:18 +01:00
parent e7b9a38a2b
commit 26b8d14b30
2 changed files with 88 additions and 2 deletions

View File

@ -11,8 +11,14 @@ xmodmap ~/.xmodmaprc
xsetroot -cursor_name left_ptr
export EDITOR=emacsclient
export VISUAL=emacsclient
export MY_USE_EXWM=t
exec emacs
if which stumpwm > /dev/null; then
emacsclient --eval nil || emacs --daemon
exec stumpwm
fi
#export MY_USE_EXWM=t
#exec emacs
dwm-clock &
exec /usr/local/bin/dwm