mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 18:10:41 +00:00
Add toggle-notifications script & notification keybinds
This commit is contained in:
parent
3cb701b042
commit
b3f457340d
5 changed files with 32 additions and 2 deletions
|
@ -74,8 +74,11 @@
|
|||
#
|
||||
# Notifications
|
||||
#
|
||||
# TODO: Requires notification daemon (dunst?)
|
||||
|
||||
"CTRL, grave, exec, dunstctl close"
|
||||
"CTRL_SHIFT, grave, exec, dunstctl close-all"
|
||||
"CTRL, period, exec, dunstctl history-pop"
|
||||
"CTRL_SHIFT, period, exec, dunstctl context"
|
||||
"SUPER_SHIFT, D, exec, toggle-notifications"
|
||||
|
||||
#
|
||||
# Window groups
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue