From e7058b1da3fc66ab04a4c9ccc884711de5b4fbab Mon Sep 17 00:00:00 2001 From: Matthias Puchstein Date: Mon, 24 Mar 2025 12:33:41 +0100 Subject: [PATCH] basic tab config --- .config/hypr/conf.d/keybinds.conf | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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