reorganize to use stow to manage configs, remove fish and stumpwm configs

This commit is contained in:
2020-07-21 06:50:01 +02:00
parent 8dfd72a3de
commit a8668f5409
23 changed files with 24 additions and 272 deletions

31
bspwm/.xsession Executable file
View File

@ -0,0 +1,31 @@
#!/bin/sh
if [ -z "$EDITOR" ]; then
. ~/.profile
fi
xrandr --auto
xrandr --output HDMI1 --right-of DP1
xsetroot -solid '#224242'
xrdb -merge ~/.Xresources
setxkbmap pl -option ctrl:nocaps
# lock screen on suspend/hibernate
if which xss-lock slock >/dev/null; then
xss-lock slock &
else
( echo "Missing command(s):"; which xss-lock slock 2>&1 ) | xmessage -file -
fi
# run emacs daemon if not running
emacsclient --eval nil -a '' &
if which bspwm > /dev/null; then
sxhkd &
xsetroot -cursor_name left_ptr
exec bspwm
fi
exec /usr/bin/i3
dwm-clock &
exec /usr/local/bin/dwm
exec xterm