From 24d34c0d11cd126efc62139fef9039ce49292d1a Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Tue, 10 Oct 2023 20:21:11 +0200 Subject: [PATCH] Add keybindings for optional manual tiling --- home/.config/hypr/keybinds.conf | 6 ++++++ 1 file changed, 6 insertions(+) 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