xsession: move awesome to top

This commit is contained in:
2025-09-20 09:41:13 +02:00
parent d0bc15f7a7
commit b72f3935d5

View File

@@ -30,6 +30,10 @@ xsetroot -cursor_name left_ptr
picom -b -I 1 -O 1 -i 1 -e 1 --no-fading-openclose || compton -b --no-fading-openclose picom -b -I 1 -O 1 -i 1 -e 1 --no-fading-openclose || compton -b --no-fading-openclose
if which awesome > /dev/null; then
exec awesome
fi
if which dk > /dev/null; then if which dk > /dev/null; then
for m in $(polybar --list-monitors | cut -d: -f1); do for m in $(polybar --list-monitors | cut -d: -f1); do
MONITOR=$m polybar --reload bar & MONITOR=$m polybar --reload bar &
@@ -43,10 +47,6 @@ if which dwm > /dev/null; then
exec dwm exec dwm
fi fi
if which awesome > /dev/null; then
exec awesome
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