Open Kommynct opened 7 months ago
I assume bringactivetotop
also is broken?
Oddly enough it is not.
looking at the code, have you tried mod,key,alterzorder,current,top
?
That also does nothing.
It might be because of
follow_mouse = 1
which focus follows mouse movement,
I personally use follow_mouse = 2
That doesn't explain why bringactivetotop works
well, lets say window1 is on top of window2, when you use movefocus to window2, your cursor will be placed at the center of window2.
If that center is overlapped by window1, since follow_mouse = 1
the cursor immediately move focus back to window1, therefore alterzorder doesn't work.
edit) I misread your comment, ignore me
Discussed in https://github.com/hyprwm/Hyprland/discussions/5451