diff --git a/.config/hypr/conf.d/keybinds.conf b/.config/hypr/conf.d/keybinds.conf index 99a8462..fdcbbd9 100644 --- a/.config/hypr/conf.d/keybinds.conf +++ b/.config/hypr/conf.d/keybinds.conf @@ -35,8 +35,8 @@ bind = $mainMod Shift, E, exec, $editor bind = $mainMod Shift ALT_L, E, exec, $editor0 bind = $mainMod, X, exec, $launcher bind = $mainMod, C, exec, $clipman -bind = $mainMod, Return, exec, $terminal -bind = $mainMod SHIFT, Return, exec, $terminal_backup +bind = $mainMod, Return, exec, $terminal_backup +bind = $mainMod SHIFT, Return, exec, $terminal bind = $mainMod, Escape, exec, $taskman bind = $mainMod, Grave, exec, $notcenter @@ -118,6 +118,15 @@ bind = $mainMod CTRL SHIFT, 8, movetoworkspacesilent, 8 bind = $mainMod CTRL SHIFT, 9, movetoworkspacesilent, 9 bind = $mainMod CTRL SHIFT, 0, movetoworkspacesilent, 10 +bind = $mainMod, Z, changegroupactive, f +bind = $mainMod SHIFT, Z, changegroupactive, b +bind = $mainMod CTRL, Z, togglegroup + +bind = $mainMod ALT_L, H, movewindoworgroup, l +bind = $mainMod ALT_L, J, movewindoworgroup, d +bind = $mainMod ALT_L, K, movewindoworgroup, u +bind = $mainMod ALT_L, L, movewindoworgroup, r + # MOVE/RESIZE WINDOWS with mainMod + LMB/RMB and dragging bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow