From add215c464660e154e5e7ff0c2fdc260b7de01a0 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhafiez <144816010+iknevo@users.noreply.github.com> Date: Sun, 30 Nov 2025 22:01:21 +0200 Subject: [PATCH] fix: restore last notification command typo (#3694) --- default/hypr/bindings/utilities.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/hypr/bindings/utilities.conf b/default/hypr/bindings/utilities.conf index a2a6e81e..2e442630 100644 --- a/default/hypr/bindings/utilities.conf +++ b/default/hypr/bindings/utilities.conf @@ -19,7 +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 +bindd = SUPER SHIFT ALT, COMMA, Restore last notification, exec, makoctl restore # Toggle idling bindd = SUPER CTRL, I, Toggle locking on idle, exec, omarchy-toggle-idle