feat(hypr): binding for toggling the disturb mode of swaync

This commit is contained in:
Sergio Laín 2025-07-13 00:59:03 +02:00
parent bfe32e8d09
commit e7f96fcc1c
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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