From ca32f737a60e16a8c5891e9493491ec2514b4076 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 13 Mar 2022 10:27:40 -0400 Subject: [PATCH] bspwm: Start dunst on startup We removed dunst at some point but now we're adding it back again. --- bspwm/.config/bspwm/bspwmrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index e370dc0a..6a03a7a9 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -108,5 +108,8 @@ xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Disable While Typing Enab # Auto-hide the mouse cursor when inactive unclutter & +# Start the notification daemon +dunst & + # Start fcitx fcitx5 &