diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 780104a..15ff792 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -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