mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: foreground_lock_timeout #488
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 @rwijtvliet on GitHub (Oct 14, 2024).
Summary
Since about a week komorebi is not working on my system. I didn't (conciously) change anything. Here is the output of
komorebic start:and from
komorebidirectly, which is a little bit different:Let me know if there is anything I can do to help debugging!
Version Information
Komorebi Configuration
Hotkey Configuration
Output of komorebic check
@LGUG2Z commented on GitHub (Oct 14, 2024):
Looks like you may have tried to modify
applications.yamland a syntax error has been introduced. You can runkomorebic fetch-ascto pull the latest upstream file which should not have any syntax errors.@rwijtvliet commented on GitHub (Oct 14, 2024):
Thank you for that very fast reply. That was indeed the issue! Maybe it would be a good idea to improve the error messages, so this is more obvious to the user.
About the root cause: I was trying to change
applications.yamlso that MS Teams calls also tile, and not float. If you could point me to some documentation (if it exists), I'd be grateful - I didn't find any on the project's page.@LGUG2Z commented on GitHub (Oct 14, 2024):
In this case where you want to override a float rule in the community configs I think it makes more sense to add a manage override which targets the particular sub-window you want to be managed: https://lgug2z.github.io/komorebi/common-workflows/force-manage-windows.html