mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: komorebi seems to ignore changes to applications.json and komorebi.json #580
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 @elijaharch on GitHub (Mar 2, 2025).
Summary
Applications.json seems to be ignored because whenever I use the shortcut for the default Windows Snipping Tool a tile appears and I can't seem to take a screenshot normally:

Also, I have animation properties set up correctly, but I seem to have to manually override them with pwsh every time I start up my PC, again implying komorebi ignores animation properties in komorebi.json, however, everything besides that seems to be working in order.
I tried clean reinstalling komorebi and whkd both with winget and scoop
Version Information
Komorebi Configuration
Hotkey Configuration
Output of komorebic check
@LGUG2Z commented on GitHub (Mar 2, 2025):
Can you share the output of running "komorebi.exe" on a terminal directly?
@elijaharch commented on GitHub (Mar 2, 2025):
When I run komorebi.exe/komorebi there is no output.
@elijaharch commented on GitHub (Mar 2, 2025):
My bad, forgot to stop komorebic
@LGUG2Z commented on GitHub (Mar 3, 2025):
Just to sanity check, can you run
Get-Content C:\Users\el\komorebi.jsonandGet-Content C:\Users\el\applications.jsonand paste the complete out here?@elijaharch commented on GitHub (Mar 3, 2025):
Here it is:
And here:
@LGUG2Z commented on GitHub (Mar 3, 2025):
Looks like your
komorebi.jsonfile is missing the option to specify the path toapplications.json@elijaharch commented on GitHub (Mar 3, 2025):
My bad, that fixed the issue, but there's still the animation bug.
They are set in my komorebi.json
@elijaharch commented on GitHub (Mar 4, 2025):
i fixed this issue by setting the animation properties like this:
Thank you!