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"