Hyprland icon indicating copy to clipboard operation
Hyprland copied to clipboard

Fullscreen window focusing is incomplete.

Open leg7 opened this issue 1 year ago • 4 comments

When in fullscreen mode it's not possible to go backwards through the stack of windows, you can only go forwards.

movefocus l and movefocus r both go forwards in the window stack when they should go opposite directions. Same thing for movefocus u and movefocus d.

cyclenext prev starts cycling in the opposite direction of cyclenext but after the 2nd call it will go back to the original window, so if we have windows 1-2-3 and we are on window 1 it will do this:

-> window 1
cyclenext prev -> window 3
cyclenext prev -> window 1 (should be 2)
cyclenext prev -> window 3 (should be 1)
cyclenext prev -> window 1 ...

leg7 avatar Mar 16 '23 15:03 leg7

movefocus improved in 6fec5bfbeb80a5b2231af2ac5710a8b9c8bbc08a

cant seem to repro the cyclenext thing tho

vaxerski avatar Mar 27 '23 14:03 vaxerski

I can still reproduce all the issues with 6fec5bf

leg7 avatar Mar 28 '23 13:03 leg7

can you check if the issue is resolved for you

romanstingler avatar Mar 09 '24 21:03 romanstingler

still bugged altough I'm using the nixos stable version right now and cannot verify on latest commit

leg7 avatar Mar 10 '24 14:03 leg7

@leg7 this should be resolved

romanstingler avatar Jul 24 '24 22:07 romanstingler