From dbf15a93f9598e2a1cb55472c1f2b8e2aec22dea Mon Sep 17 00:00:00 2001 From: Chris Roth <95671524+czroth@users.noreply.github.com> Date: Fri, 7 Nov 2025 10:25:33 -0600 Subject: [PATCH] Add binding to invoke last mako notification This additional bind lets the user follow the default action of a notification with a keystroke in the same position `,` as the other notification binds. --- default/hypr/bindings/utilities.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/default/hypr/bindings/utilities.conf b/default/hypr/bindings/utilities.conf index 0d414bd07f..cdb852e59e 100644 --- a/default/hypr/bindings/utilities.conf +++ b/default/hypr/bindings/utilities.conf @@ -18,6 +18,7 @@ bindd = SUPER SHIFT, BACKSPACE, Toggle workspace gaps, exec, omarchy-hyprland-wo bindd = SUPER, COMMA, Dismiss last notification, exec, makoctl dismiss bindd = SUPER SHIFT, COMMA, Dismiss all notifications, exec, makoctl dismiss --all bindd = SUPER CTRL, COMMA, Toggle silencing notifications, exec, makoctl mode -t do-not-disturb && makoctl mode | grep -q 'do-not-disturb' && notify-send "Silenced notifications" || notify-send "Enabled notifications" +bindd = SUPER ALT, COMMA, Invoke last notification, exec, makoctl invoke # Toggle idling bindd = SUPER CTRL, I, Toggle locking on idle, exec, omarchy-toggle-idle