From e7f96fcc1c79973274fc6ae8029eaefae3e91afd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 13 Jul 2025 00:59:03 +0200 Subject: [PATCH] feat(hypr): binding for toggling the disturb mode of swaync --- .config/hypr/configs/binds.conf | 1 + .config/hypr/configs/default_apps.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/.config/hypr/configs/binds.conf b/.config/hypr/configs/binds.conf index 8b642e69..f77b3a5a 100644 --- a/.config/hypr/configs/binds.conf +++ b/.config/hypr/configs/binds.conf @@ -18,6 +18,7 @@ bind = $mainMod, RETURN, exec, $scripts/launch_app $terminal bind = $mainMod, N, exec, $notifications-menu-toggle bind = $mainMod SHIFT, R, exec, $notifications-menu-reload bind = $mainMod SHIFT, N, exec, $notifications-menu-read +bind = $mainMod CTRL, N, exec, $notifications-menu-disturb ## Bar bind = $mainMod CTRL, R, exec, $bar-reload diff --git a/.config/hypr/configs/default_apps.conf b/.config/hypr/configs/default_apps.conf index d27fd6ce..4dc70e22 100644 --- a/.config/hypr/configs/default_apps.conf +++ b/.config/hypr/configs/default_apps.conf @@ -8,6 +8,7 @@ $bar-reload = killall $bar; $bar $notifications-menu = swaync-client $notifications-menu-read = $notifications-menu -C $notifications-menu-toggle = $notifications-menu -t +$notifications-menu-disturb = $notifications-menu -d $notifications-menu-reload = $notifications-menu -R && $notifications-menu -rs $browser = zen-browser