feat(hypr): added expose and minimized binds for pyprland plugins

This commit is contained in:
Sergio Laín 2023-11-13 09:47:02 +01:00
parent 7a450f7141
commit 7f94e780cc
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -133,6 +133,9 @@ bind=SUPERCTRL,l,workspace,m+1
bind=SUPER,c,exec,hyprctl dispatch centerwindow bind=SUPER,c,exec,hyprctl dispatch centerwindow
# Group control # Group control
bind=SUPER,space,exec,pypr expose
bind=SUPERSHIFT,space,togglespecialworkspace, minimized
bind=SUPERCTRL,space,exec,pypr toggle_minimized
bind=SUPER,S, togglesplit bind=SUPER,S, togglesplit
bind=SUPER,G,togglegroup bind=SUPER,G,togglegroup
bind=ALT,tab,changegroupactive bind=ALT,tab,changegroupactive