From 4ebba48a79290d4d4ccb2625af0940e5e0e83f2f Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Sun, 4 May 2025 12:19:07 -0500 Subject: [PATCH] Adding dunst to autostart --- .config/qtile/autostart.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/qtile/autostart.sh b/.config/qtile/autostart.sh index af8b14c..3f9a77f 100755 --- a/.config/qtile/autostart.sh +++ b/.config/qtile/autostart.sh @@ -13,6 +13,7 @@ else lxsession & fi +dunst -conf "$HOME"/.config/dunst/"$COLORSCHEME" & nm-applet & systemctl --user start mpd & "$HOME"/.screenlayout/layout.sh &