feat(hypr): add keybinding to dismiss mako notification

This commit is contained in:
Price Hiller 2023-08-26 18:22:23 -05:00
parent 3535dbdcc4
commit 1664f8ed54
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -63,6 +63,7 @@ bind = SUPER,SPACE,exec,wofi --show drun
bind = SUPER,F,fullscreen bind = SUPER,F,fullscreen
bind = SUPER,Q,killactive, bind = SUPER,Q,killactive,
bind = SUPER,A,togglefloating, bind = SUPER,A,togglefloating,
bind = SUPER,D,exec,makoctl dismiss -a
bind = SUPERSHIFT,Q,exec,swaylock bind = SUPERSHIFT,Q,exec,swaylock
bind = SUPER,S,exec,grim -g "$(slurp)" - | wl-copy --type image/png bind = SUPER,S,exec,grim -g "$(slurp)" - | wl-copy --type image/png
bind = SUPERSHIFT,S,exec,~/.config/hypr/scripts/screen-cap.bash bind = SUPERSHIFT,S,exec,~/.config/hypr/scripts/screen-cap.bash