Move to swaync (from dunst)

This commit is contained in:
ItsDrike 2024-12-22 02:11:41 +01:00
parent df82f47ccb
commit c8d1e94c0f
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
7 changed files with 712 additions and 7 deletions

View file

@ -70,10 +70,10 @@ bind = SUPER, 164, exec, quick-record toggle
# ### NOTIFICATIONS ###
# #####################
bind = CTRL, grave, exec, dunstctl close
bind = CTRL_SHIFT, grave, exec, dunstctl close-all
bind = CTRL, period, exec, dunstctl history-pop
bind = CTRL_SHIFT, period, exec, dunstctl context
bind = CTRL, grave, exec, swaync-client --close-latest
bind = CTRL_SHIFT, grave, exec, swaync-client --close-all
bind = CTRL_ALT, grave, exec, swaync-client --hide-latest
bind = CTRL, period, exec, swaync-client --toggle-panel
bind = SUPER_SHIFT, D, exec, toggle-notifications
# ############################