tab mode sucks in hyprland

This commit is contained in:
datsudo 2025-06-05 21:41:31 +08:00
parent 1370ebe548
commit d117dc4f8b

View File

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