Hyprland group binds

This commit is contained in:
Logan G 2023-09-21 02:18:11 -06:00
parent 95b5b7d8be
commit fa891a0ce6
Signed by: logan
GPG key ID: E328528C921E7A7A

View file

@ -101,6 +101,8 @@ bind=SUPERSHIFT,P,pseudo,
bind=SUPER,P,pin,
bind=SUPER,f,fullscreen,0
bind=SUPER,m,fullscreen,1
bind=SUPER,w,togglegroup
bind=SUPERCTRL,w,moveoutofgroup
bind=SUPERALT,f,fakefullscreen,1
bind=SUPERSHIFT,Space,togglefloating,
bind=SUPERSHIFT,Q,killactive,
@ -163,6 +165,12 @@ bind=SUPERCTRL,Right,movecurrentworkspacetomonitor,r
bind=SUPERCTRL,Up,movecurrentworkspacetomonitor,u
bind=SUPERCTRL,Down,movecurrentworkspacetomonitor,d
# Move window into group
bind=SUPERALT,Left,moveintogroup,l
bind=SUPERALT,Right,moveintogroup,r
bind=SUPERALT,Up,moveintogroup,u
bind=SUPERALT,Down,moveintogroup,d
# ----------------------- STARTUP -------------------- #
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP