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