default to dwm on X11

This commit is contained in:
2026-06-29 21:35:28 +02:00
parent 8cd6442acd
commit 3d1c25ebfe
2 changed files with 16 additions and 10 deletions

View File

@@ -30,16 +30,16 @@ xsetroot -cursor_name left_ptr
picom -b -I 1 -O 1 -e 1 --no-fading-openclose --backend glx || compton -b --no-fading-openclose
if which awesome > /dev/null; then
exec awesome
fi
if which dwm > /dev/null; then
dunst &
lupan-clock &
exec dwm
fi
if which awesome > /dev/null; then
exec awesome
fi
if which dk > /dev/null; then
for m in $(polybar --list-monitors | cut -d: -f1); do
MONITOR=$m polybar --reload bar &