feat(hypr): binding for toggling the disturb mode of swaync
This commit is contained in:
parent
bfe32e8d09
commit
e7f96fcc1c
2 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ bind = $mainMod, RETURN, exec, $scripts/launch_app $terminal
|
||||||
bind = $mainMod, N, exec, $notifications-menu-toggle
|
bind = $mainMod, N, exec, $notifications-menu-toggle
|
||||||
bind = $mainMod SHIFT, R, exec, $notifications-menu-reload
|
bind = $mainMod SHIFT, R, exec, $notifications-menu-reload
|
||||||
bind = $mainMod SHIFT, N, exec, $notifications-menu-read
|
bind = $mainMod SHIFT, N, exec, $notifications-menu-read
|
||||||
|
bind = $mainMod CTRL, N, exec, $notifications-menu-disturb
|
||||||
|
|
||||||
## Bar
|
## Bar
|
||||||
bind = $mainMod CTRL, R, exec, $bar-reload
|
bind = $mainMod CTRL, R, exec, $bar-reload
|
||||||
|
|
|
@ -8,6 +8,7 @@ $bar-reload = killall $bar; $bar
|
||||||
$notifications-menu = swaync-client
|
$notifications-menu = swaync-client
|
||||||
$notifications-menu-read = $notifications-menu -C
|
$notifications-menu-read = $notifications-menu -C
|
||||||
$notifications-menu-toggle = $notifications-menu -t
|
$notifications-menu-toggle = $notifications-menu -t
|
||||||
|
$notifications-menu-disturb = $notifications-menu -d
|
||||||
$notifications-menu-reload = $notifications-menu -R && $notifications-menu -rs
|
$notifications-menu-reload = $notifications-menu -R && $notifications-menu -rs
|
||||||
|
|
||||||
$browser = zen-browser
|
$browser = zen-browser
|
||||||
|
|
Loading…
Add table
Reference in a new issue