This commit is contained in:
committer@tuxwarrior
2026-02-26 13:57:50 -05:00
parent d089478e18
commit f7814a58d4

View File

@@ -274,6 +274,8 @@ bind = , PRINT, exec, hyprshot -m region # region
# view mode # view mode
#bind = $mainMod, M, exec, hyprctl keyword general:layout "master" # M_master #bind = $mainMod, M, exec, hyprctl keyword general:layout "master" # M_master
#bind = $mainMod, N, exec, hyprctl keyword general:layout "dwindle" # dwi_N_dle #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 # split mode
#bind = $mainMod, H, layoutmsg, preselect r # next window to the right (horizontal 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, V, layoutmsg, preselect d # next window to the top (vertical mode)
#bind = $mainMod SHIFT, V, layoutmsg, preselect d # next window to the bottom #bind = $mainMod SHIFT, V, layoutmsg, preselect d # next window to the bottom
# resize to the top/bottom # resize
bind = $mainMod, R, submap, resize #bind = $mainMod, R, submap, resize
submap = resize #submap = resize
bind = , up, resizeactive, 0 -100 #bind = , up, resizeactive, 0 -100
bind = , down, resizeactive, 0 100 #bind = , down, resizeactive, 0 100
bind = , Return, submap, reset #bind = , Return, submap, reset
submap = reset #submap = reset
# window cycle # window cycle
# https://github.com/hyprwm/Hyprland/issues/2061 # https://github.com/hyprwm/Hyprland/issues/2061