mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: autostarted komorebi does not respect app specific configuration #382
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 @PatrikTrefil on GitHub (May 20, 2024).
Describe the bug
I am going to use PowerToys as an example, but it happens for other programs too. When komorebi is started automatically (setup using
komorebic enable-autostart) and PowerToys is started automatically (setup using PowerToys configuration GUI), PowerToys Run keeps getting tiled or does not display at all, eventhough it is configured not to be tiled using the defaultapplications.yamlfile. If I restart komorebi usingkomorebic stopandkomorebic start, everything starts working.To Reproduce
Steps to reproduce the behavior:
komorebic enable-autostartExpected behavior
As soon as both komorebi and PowerToys are started I can use PowerToys Run without the window getting tiled.
Screenshots and Videos
Operating System
komorebic checkOutputAdditional context
Restarting the problematic application (e.g. PowerToys) does not help. The only way to repair it is to restart komorebi manually.
I am also using yasb and whkd.
@LGUG2Z commented on GitHub (May 20, 2024):
It looks like you're using a custom configuration directory.
You'll either have to change the runtime environment of startup apps to make sure any custom environment variables are loaded, or alternatively you can rerun the
enable-autostartcommand and pass an absolute path to the configuration file.@PatrikTrefil commented on GitHub (May 22, 2024):
That was it, thank you