add dunst bindings

Amolith created

Change summary

dot_config/hypr/hyprland.conf.tmpl | 5 +++++
1 file changed, 5 insertions(+)

Detailed changes

dot_config/hypr/hyprland.conf.tmpl 🔗

@@ -172,6 +172,11 @@ bind  =           , XF86AudioPrev        , exec          , playerctl previous
 bind  =           , XF86MonBrightnessUp  , exec          , xbacklight +5
 bind  =           , XF86MonBrightnessDown, exec          , xbacklight -5
 
+# Notification controls
+bind  = $mod      , N, exec, dunstctl close-all
+bind  = $mod SHIFT, N, exec, dunstctl history-pop
+bind  = $mod CTRL , N, exec, dunstctl context
+
 # Move focus with mod + arrow keys
 bind = $mod, left , movefocus, l
 bind = $mod, right, movefocus, r