mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
New windows after toggling pause are not tiled #402
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 @anuwup on GitHub (Jun 3, 2024).
Hello,
When I pause komorebi, open new windows, and then resume komorebi, the new windows are not tiled.
To Reproduce
Steps to reproduce the behaviour:
Screenshots and Videos

Operating System
For example:
komorebic checkOutputKOMOREBI_CONFIG_HOME detected: C:\Users<user>.config\komorebi
Looking for configuration files in C:\Users\Anup.config\komorebi
Found komorebi.json; this file can be passed to the start command with the --config flag
Found C:\Users\user.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 (Jun 3, 2024):
This is expected behaviour; komorebi only does a full window scan on launch, and not on unpause, because it would require resetting the window manager state across monitors and workspaces.
In instances like the one you are describing the
komorebic managecommand should be used via a hotkey while the desired window has focus: https://lgug2z.github.io/komorebi/cli/manage.html