From 0b17b47c1768edce2ccad9c747cb7a449b9df10d Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Date: Fri, 4 Jun 2021 01:06:10 -0300 Subject: [PATCH] start notification server on qtile startup --- .config/qtile/autostart.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/qtile/autostart.sh b/.config/qtile/autostart.sh index 46ea942..4488839 100755 --- a/.config/qtile/autostart.sh +++ b/.config/qtile/autostart.sh @@ -6,6 +6,9 @@ # Start compositor picom --experimental-backends & +# Start notification server +dunst & + # Display background image nitrogen --restore