removed the arrow keys from resizing because of it not being used

This commit is contained in:
Robin
2025-08-23 00:59:53 +02:00
parent b5868482ec
commit 9613179b02
2 changed files with 8 additions and 18 deletions

View File

@@ -136,25 +136,15 @@ bindm = $mainMod, mouse:273, resizewindow
submap=resize
# sets repeatable binds for resizing the active window
binde=,right,resizeactive,10 0
binde=,left,resizeactive,-10 0
binde=,up,resizeactive,0 -10
binde=,down,resizeactive,0 10
binde=SHIFT,right,resizeactive,40 0
binde=SHIFT,left,resizeactive,-40 0
binde=SHIFT,up,resizeactive,0 -40
binde=SHIFT,down,resizeactive,0 40
binde=,l,resizeactive,10 0
binde=,h,resizeactive,-10 0
binde=,j,resizeactive,0 -10
binde=,k,resizeactive,0 10
binde=SHIFT,l,resizeactive,40 0
binde=SHIFT,h,resizeactive,-40 0
binde=SHIFT,j,resizeactive,0 -40
binde=SHIFT,k,resizeactive,0 40
binde=SHIFT,l,resizeactive,50 0
binde=SHIFT,h,resizeactive,-50 0
binde=SHIFT,j,resizeactive,0 -50
binde=SHIFT,k,resizeactive,0 50
# use reset to go back to the global submap
bind=,Q,submap,reset