diff --git a/home/.config/hypr/keybinds.conf b/home/.config/hypr/keybinds.conf index a709271..bae283e 100644 --- a/home/.config/hypr/keybinds.conf +++ b/home/.config/hypr/keybinds.conf @@ -91,6 +91,12 @@ bind = SUPER_ALT, l, movewindow, r bind = SUPER_ALT, k, movewindow, u bind = SUPER_ALT, j, movewindow, d +# Override the split direction for next opened winodw +bind = SUPER_ALT, left, layoutmsg, preselect l +bind = SUPER_ALT, right, layoutmsg, preselect r +bind = SUPER_ALT, up, layoutmsg, preselect u +bind = SUPER_ALT, down, layoutmsg, preselect d + # Move between workspaces, swapping to current monitor (like xmonad) bind = SUPER, 1, exec, swap-workspace 1 bind = SUPER, 2, exec, swap-workspace 2