Bind for resizeactive not working, but it does work via hyprctl dispatch #5506
Unanswered
jennydaman
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I think this was fixed in git |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to create some binds for resizing windows like this;
binde = $mainMod SHIFT, L, resizeactive, 50 0
Nothing happens, Yet it seems to work if I pass it through
hyprctl dispatch
:binde = $mainMod SHIFT, L, exec, hyprctl dispatch resizeactive 50 0
Could this be a bug, or is something wrong with my config?
Hyprland version 0.37.1 on NixOS unstable, Intel Integrated Graphics.
Beta Was this translation helpful? Give feedback.
All reactions