mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
Odd behavior when Active Window is unmanaged. #86
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 @st0le on GitHub (Apr 20, 2022).
Steps
Expected:
Nothing to happen. The focused window isn't unmanaged. Operation should be a no-op.
Actual:
Other non-focused windows move around instead.
@LGUG2Z commented on GitHub (Apr 20, 2022):
For me this is actually the desired behaviour. 😅
Happy to add a configuration option in the coming days for this that treats focus and move operations as no-ops when the active window is an unmanaged window.
@LGUG2Z commented on GitHub (Apr 20, 2022):
You can now add
komorebic unmanaged-window-operation-behaviour no-opto your configuration file to achieve the expected behaviour you described.