dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

[BUG] Cannot switch windows in Maximized mode

Open wahaj4311 opened this issue 9 months ago • 8 comments

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

wahaj4311 avatar Mar 29 '25 18:03 wahaj4311

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.

mylinuxforwork avatar Mar 30 '25 08:03 mylinuxforwork

This used to work for me with window + arrows even from full-screen mode. It doesn't anymore after the update.

nachog00 avatar Mar 30 '25 15:03 nachog00

This used to work for me with window + arrows even 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

mylinuxforwork avatar Mar 31 '25 10:03 mylinuxforwork

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.

Ahorts avatar Mar 31 '25 15:03 Ahorts

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

mylinuxforwork avatar Mar 31 '25 19:03 mylinuxforwork

It was in previous before hyprland update now it is not working is there any fix yet?

wahaj4311 avatar Apr 06 '25 06:04 wahaj4311

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.

wahaj4311 avatar Apr 06 '25 06:04 wahaj4311

This used to work for me with window + arrows even 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.

wahaj4311 avatar Apr 06 '25 07:04 wahaj4311