From f7814a58d4b6dc9bf223e2d59e37484699064e4e Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Thu, 26 Feb 2026 13:57:50 -0500 Subject: [PATCH] u --- dots/hyprland/hyprland.conf | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/dots/hyprland/hyprland.conf b/dots/hyprland/hyprland.conf index c628815..241aca1 100644 --- a/dots/hyprland/hyprland.conf +++ b/dots/hyprland/hyprland.conf @@ -274,6 +274,8 @@ bind = , PRINT, exec, hyprshot -m region # region # view mode #bind = $mainMod, M, exec, hyprctl keyword general:layout "master" # M_master #bind = $mainMod, N, exec, hyprctl keyword general:layout "dwindle" # dwi_N_dle +bind = MOD, M, layoutmsg, swapwithmaster master +bind = MOD, N, layoutmsg, swapwithmaster dwindle # split mode #bind = $mainMod, H, layoutmsg, preselect r # next window to the right (horizontal mode) @@ -281,13 +283,13 @@ bind = , PRINT, exec, hyprshot -m region # region #bind = $mainMod, V, layoutmsg, preselect d # next window to the top (vertical mode) #bind = $mainMod SHIFT, V, layoutmsg, preselect d # next window to the bottom -# resize to the top/bottom -bind = $mainMod, R, submap, resize -submap = resize -bind = , up, resizeactive, 0 -100 -bind = , down, resizeactive, 0 100 -bind = , Return, submap, reset -submap = reset +# resize +#bind = $mainMod, R, submap, resize +#submap = resize +#bind = , up, resizeactive, 0 -100 +#bind = , down, resizeactive, 0 100 +#bind = , Return, submap, reset +#submap = reset # window cycle # https://github.com/hyprwm/Hyprland/issues/2061