From 39477c78db7cebdb4f3540bf138595d878c53ca3 Mon Sep 17 00:00:00 2001 From: John Mertz Date: Fri, 17 Nov 2023 18:37:44 -0700 Subject: [PATCH] Add notification dismissal hotkey Prepare for completed mako-history menu --- sway/bindings | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sway/bindings b/sway/bindings index 5775716c3..d45393261 100644 --- a/sway/bindings +++ b/sway/bindings @@ -315,8 +315,10 @@ bindsym $mod+Shift+End exec ${HOME}/scripts/thinkpad/blc.pl --notify -= 10 # Insert: Unassigned #bindsym $mod+Insert -# Delete: Unassigned -#bindsym $mod+Delete +# Delete: Clear all notifications +bindsym $mod+Delete exec /usr/bin/makoctl dismiss -a +# Add Shift: open mako history +#bindsym $mod+Delete exec ${HOME}/scripts/sway/mako-history.sh # Miscellaneous