Added notification binds to Hyprland

This commit is contained in:
Logan G 2023-09-24 02:36:24 -06:00
parent 8ff35ec45d
commit 43533beb59
Signed by untrusted user: logan
GPG key ID: E328528C921E7A7A

View file

@ -122,6 +122,12 @@ bindle=,XF86AudioPlay, exec, ~/.config/i3/toggleplay.sh
bindle=,XF86AudioNext, exec, playerctl next bindle=,XF86AudioNext, exec, playerctl next
bindle=,XF86AudioPrev, exec, playerctl previous bindle=,XF86AudioPrev, exec, playerctl previous
# Notification controls
bind=SUPERALT,Space,exec,makoctl dismiss
bind=SUPERALT,Shift,exec,makoctl dismiss -a
bind=SUPERALT,Tab,exec,makoctl restore
bind=SUPERALT,Period,exec,makoctl menu wofi -dmenu
# Focus # Focus
bind=SUPER,left,movefocus,l bind=SUPER,left,movefocus,l
bind=SUPER,right,movefocus,r bind=SUPER,right,movefocus,r