-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
how to mimic bspwm monocle modle #13047
-
|
when toggle one window to fullscreen, show next window will be still fullscreen |
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment · 3 replies
-
|
already works this way if you do cyclenext or movefocus cycles fullscreen |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
It did not work like you have said, I do some test, make one window 'fullscreen 2' or 'fullscreen 1', and alt+tab or 'hyprctl dispatch cyclenext', it did not keep fullscreen and replace the window. here is my config |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
Make sure this is set: Got this from here: #12893 (reply in thread) |
Beta Was this translation helpful? Give feedback.
All reactions
-
thanks |
Beta Was this translation helpful? Give feedback.
Make sure this is set:
misc:on_focus_under_fullscreen = 1. Cycling was not working for me too.Got this from here: #12893 (reply in thread)