From d117dc4f8b45d28dff618a54babcc736de007917 Mon Sep 17 00:00:00 2001 From: datsudo <76833632+datsudo@users.noreply.github.com> Date: Thu, 5 Jun 2025 21:41:31 +0800 Subject: [PATCH] tab mode sucks in hyprland --- user/hyprland.nix | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/user/hyprland.nix b/user/hyprland.nix index de60806..da7d1bc 100644 --- a/user/hyprland.nix +++ b/user/hyprland.nix @@ -149,18 +149,23 @@ "$mod, Tab, exec, hyprswitch simple --switch-type workspace" "$mod Shift, Tab, exec, hyprswitch simple -r --switch-type workspace" "$mod, w, togglegroup" + "$mod Shift, f, fullscreen" "$mod, left, movefocus, l" "$mod, right, movefocus, r" "$mod, up, movefocus, u" "$mod, down, movefocus, d" - "$mod, H, movefocus, l" - "$mod, L, movefocus, r" - "$mod, K, movefocus, u" - "$mod, J, movefocus, d" - "$mod Shift, H, movewindow, l" - "$mod Shift, L, movewindow, r" - "$mod Shift, K, movewindow, u" - "$mod Shift, J, movewindow, d" + "$mod, h, movefocus, l" + "$mod, l, movefocus, r" + "$mod, k, movefocus, u" + "$mod, j, movefocus, d" + "ALT, h, changegroupactive, b" + "ALT, l, changegroupactive, f" + "ALT Shift, h, movegroupwindow, b" + "ALT Shift, l, movegroupwindow, f" + "$mod Shift, h, movewindoworgroup, l" + "$mod Shift, l, movewindoworgroup, r" + "$mod Shift, k, movewindoworgroup, u" + "$mod Shift, j, movewindoworgroup, d" "$mod, 1, workspace, 1" "$mod, 2, workspace, 2" "$mod, 3, workspace, 3"