1
0
Fork 0
forked from ahurac/dotfiles

Ajout : touches dans la configuration de Hyprland pour controller les groupes de fenêtres

This commit is contained in:
Hippolyte Chauvin 2023-09-12 21:29:17 +02:00
parent ea599a6889
commit 1b005793ab

View file

@ -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