From 1b005793ab3714a9d649fafc2a934e318736feb0 Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Tue, 12 Sep 2023 21:29:17 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20:=20touches=20dans=20la=20configuration?= =?UTF-8?q?=20de=20Hyprland=20pour=20controller=20les=20groupes=20de=20fen?= =?UTF-8?q?=C3=AAtres?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/hypr/hyprland.conf.d/bindings.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/config/hypr/hyprland.conf.d/bindings.conf b/config/hypr/hyprland.conf.d/bindings.conf index 698db8f..076eb9f 100644 --- a/config/hypr/hyprland.conf.d/bindings.conf +++ b/config/hypr/hyprland.conf.d/bindings.conf @@ -11,7 +11,29 @@ bind = $mainMod SHIFT, E, exit, bind = $mainMod, C, togglefloating, bind = $mainMod, P, pseudo, bind = $mainMod, E, togglesplit, + +# Groups bind = $mainMod, S, togglegroup, +bind = $mainMod, Prior, changegroupactive, b +bind = $mainMod, Next, changegroupactive, f +bind = $mainMod SHIFT, Prior, movegroupwindow, b +bind = $mainMod SHIFT, Next, movegroupwindow, f +bind = $mainMod SHIFT, h, moveoutofgroup, +bind = $mainMod SHIFT, j, moveoutofgroup, +bind = $mainMod SHIFT, k, moveoutofgroup, +bind = $mainMod SHIFT, l, moveoutofgroup, +bind = $mainMod SHIFT, left, moveoutofgroup, +bind = $mainMod SHIFT, down, moveoutofgroup, +bind = $mainMod SHIFT, up, moveoutofgroup, +bind = $mainMod SHIFT, right, moveoutofgroup, +bind = $mainMod SHIFT, h, moveintogroup, l +bind = $mainMod SHIFT, j, moveintogroup, d +bind = $mainMod SHIFT, k, moveintogroup, u +bind = $mainMod SHIFT, l, moveintogroup, r +bind = $mainMod SHIFT, Left, moveintogroup, l +bind = $mainMod SHIFT, Down, moveintogroup, d +bind = $mainMod SHIFT, Up, moveintogroup, u +bind = $mainMod SHIFT, Right, moveintogroup, r # Focus bind = $mainMod, left, movefocus, l