From fa891a0ce6c5a327e4f6414c7762a33ea32bfcfb Mon Sep 17 00:00:00 2001 From: Logan G Date: Thu, 21 Sep 2023 02:18:11 -0600 Subject: [PATCH] Hyprland group binds --- .config/hypr/hyprland.conf | 8 ++++++++ 1 file changed, 8 insertions(+) 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