How to resize in predictable direction. #284
-
|
I want a command like ResizeAxis("horizontal", "increase") to shift the window boundary in a predicable direction. I typically use bsp, and my use case is 99% of the time I need to shift my terminal just a little to get text to wrap nicely. However, ResizeAxis seems to shift depending on whether the focused window is on the left or right hand side of the screen! My komorebi.ahk !+h::
ResizeAxis("horizontal", "increase")
return
!+l::
ResizeAxis("horizontal", "decrease")
returnIf it helps I am used to out-of-the-box i3 resizing. Any ideas? This might not be a bug so I figured I'd ask first, but I'd be happy to make a PR if you could point me to the spot in the code. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hey @QuinnCiccoretti! If |
Beta Was this translation helpful? Give feedback.
Hey @QuinnCiccoretti!
If
resize-axisdoesn't feel intuitive I think you're probably looking for this command: