From 7327f95aa1e2fa14cc5f8cd913d33dd617ecd6b3 Mon Sep 17 00:00:00 2001 From: Raymond46 <49349382+vander00@users.noreply.github.com> Date: Fri, 28 Nov 2025 18:09:04 +0300 Subject: [PATCH] feat: restore the last notification keybinding (#3580) * feat: restore the last notification. * Stick with comma --------- Co-authored-by: David Heinemeier Hansson --- 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 cdb852e5..a2a6e81e 100644 --- a/default/hypr/bindings/utilities.conf +++ b/default/hypr/bindings/utilities.conf @@ -19,6 +19,7 @@ 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 +bindd = SUPER SHIFT ALT, COMMA, Invoke last notification, exec, makoctl restore # Toggle idling bindd = SUPER CTRL, I, Toggle locking on idle, exec, omarchy-toggle-idle