[BUG] Cannot switch windows in Maximized mode
Describe the bug
OS: Arch Issue occured: After Updating
So, Previously when you maximized a windows using window + M we could switch apps using windows and arrow keys. But now it is not working.
Steps to reproduce
Update.
Expected behavior
It should navigate to other app.
Screenshots
No response
Distribution
Arch Linux
If Other, specify
No response
Additional context
No response
Code of Conduct
- [x] I agree to follow this project's Code of Conduct
When you maximize a window, it focuses and overlays on top of other windows. You can't switch the between other windows. You need to de-maximize the window again to switch windows again.
This used to work for me with window + arrows even from full-screen mode. It doesn't anymore after the update.
This used to work for me with
window + arrowseven from full-screen mode. It doesn't anymore after the update.
I have not changed any keybinding relating to your issues. Can you test with keybindings from earlier versions? Here are for example the bindings from 2.9.8
https://github.com/mylinuxforwork/dotfiles/tree/2.9.8/share/dotfiles/.config/hypr/conf/keybindings
I just noticed this too. Is this a hyprland issue? I used to do the same thing when I have 2 apps open in the same workspace but need to use fullscreen view? I would use windows + arrow keys to switch between them. (This is still in the same workspace). I think this is probably from the new hyprland update because I have not updated the dotfiles to the latest version.
I just noticed this too. Is this a hyprland issue? I used to do the same thing when I have 2 apps open in the same workspace but need to use fullscreen view? I would use windows + arrow keys to switch between them. (This is still in the same workspace). I think this is probably from the new hyprland update because I have not updated the dotfiles to the latest version.
Thanks for your feedback. Cannot test it because I don’t know how it was before Hyprland 0.48
It was in previous before hyprland update now it is not working is there any fix yet?
so I've fixed it. Workaround is adding these lines at the end of file "bind = SUPER, left, cyclenext, prev bind = SUPER, right, cyclenext, bind = SUPER, up, cyclenext, prev bind = SUPER, down, cyclenext, " in hypr/conf/custom.conf edit: It messed up focus switching in unmaximized mode.
This used to work for me with
window + arrowseven from full-screen mode. It doesn't anymore after the update.I have not changed any keybinding relating to your issues. Can you test with keybindings from earlier versions? Here are for example the bindings from 2.9.8
https://github.com/mylinuxforwork/dotfiles/tree/2.9.8/share/dotfiles/.config/hypr/conf/keybindings
I've tried them just now. No luck.