mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Komorebi Doesnt tile youtube fullscreen/or any full screen windows properly, on workspace switching #687
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @beingshafin on GitHub (Oct 6, 2025).
Summary
[BUG]: Komorebi Doesnt tile youtube fullscreen/or any full screen windows properly, on workspace switching
Reproduce-
Version Information
komorebic 0.1.38
tag:v0.1.38
commit_hash:ffa76ea2
build_time:2025-09-13 18:40:25 +00:00
build_env:rustc 1.89.0 (29483883e 2025-08-04),stable-x86_64-pc-windows-msvc
Komorebi Configuration
Hotkey Configuration
Output of komorebic check
No KOMOREBI_CONFIG_HOME detected, defaulting to C:\Users\joy11
Looking for configuration files in C:\Users\joy11
Found komorebi.json; this file can be passed to the start command with the --config flag
"focus_follows_mouse" is now end-of-life
End-of-life features will not receive any further bug fixes or updates; they should not be used
Found C:\Users\joy11.config\whkdrc; key bindings will be loaded from here when whkd is started, and you can start it automatically using the --whkd flag
@LGUG2Z commented on GitHub (Oct 6, 2025):
There is nothing to be done here on workspace switches because Windows does not emit an event when apps are fullscreened - the only way for komorebi to track full screen apps in the state is by running
komorebic toggle-maximize- anything else will result in undefined behavior on actions like workspace switching@beingshafin commented on GitHub (Oct 6, 2025):
If thats the case, i wonder how glazewm manages it, It never had that issue