use compositor and stumpwm if available
This commit is contained in:
parent
09ca990061
commit
2c0a70ee04
@ -14,7 +14,7 @@ xmodmap ~/.xmodmaprc
|
|||||||
if [ -x ~/.fehbg ]; then
|
if [ -x ~/.fehbg ]; then
|
||||||
~/.fehbg &
|
~/.fehbg &
|
||||||
else
|
else
|
||||||
xsetroot -solid '#4a4a4a'
|
hsetroot -solid '#4a4a4a'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# lock screen on suspend/hibernate
|
# lock screen on suspend/hibernate
|
||||||
@ -31,6 +31,13 @@ xsettingsd &
|
|||||||
|
|
||||||
xsetroot -cursor_name left_ptr
|
xsetroot -cursor_name left_ptr
|
||||||
|
|
||||||
|
picom -b -I 1 -O 1 -i 1 -e 1 --no-fading-openclose || compton -b --no-fading-openclose
|
||||||
|
|
||||||
|
if which xmonad > /dev/null && test -f ~/.stumpwm.d/init.lisp; then
|
||||||
|
export SBCL_HOME="$(dirname $(dirname $(readlink -f $(which sbcl))))/lib/sbcl/"
|
||||||
|
exec stumpwm
|
||||||
|
fi
|
||||||
|
|
||||||
if which xmonad > /dev/null && test -f ~/.config/xmonad/xmonad.hs; then
|
if which xmonad > /dev/null && test -f ~/.config/xmonad/xmonad.hs; then
|
||||||
exec xmonad
|
exec xmonad
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user