Fake fullscreen toggle not working #14350
hl.bind(
mainMod .. " + SHIFT + F",
hl.dsp.window.fullscreen_state({ internal = 1, client = 2, action = "toggle" }),
{ description = "Fake Fullscreen focused window" }
)
hl.window_rule({ border_size = 0, match = { fullscreen_state_internal = 1, fullscreen_state_client = 2 } })When I toggle a window into fake fullscreen, it should maximize and set I track |
Replies: 2 comments 5 replies
|
After using the bind, I noticed that YouTube videos only enter fullscreen within the client window, which perhaps the toggle doesn't work. I have to manually set the internal state to 2 to make the window fully fullscreen. |
|
i noticed something similar here, when i fullscreen a window, it does go fullscreen successfully. but when i exit fullscreen, the gaps stay at 0. this state also emerges from grabbing a window of my other monitor and dropping it onto the other quickly. if i do it slowly, the gaps work correctly. |
Looks like maximize isn't implemented in scrolling layout.
#14380