hy3 inverts direction of resizeactive dispatcher
Closed this issue · 1 comments
psi4j commented
I recently added hy3 to my setup and I'm loving it. I could never go back to not having tabs in Hyprland. I did, however, encounter one small hickup during my regular usage.
I normally use this in my hyprland.conf:
# Resize active window
binde = $mainMod SHIFT, right, resizeactive, 30 0
binde = $mainMod SHIFT, left, resizeactive, -30 0
binde = $mainMod SHIFT, up, resizeactive, 0 -30
binde = $mainMod SHIFT, down, resizeactive, 0 30
When I attempt to use these keybinds to resize a window, it inverts both the x and the y. I tried swapping the postive and negative directions and they seemingly work until I restart Hyprland, upon which it inverts again back to the original directions.
I am using latest Arch Zen kernel and nvidia-dkms. Let me know if you need any more information. Thank you for looking into this and for adding all this amazing extra functionality.
psi4j commented
Resolved on its own with an update.