-
-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: komorebi seems to ignore changes to applications.json and komorebi.json #1310
Comments
Can you share the output of running "komorebi.exe" on a terminal directly? |
When I run komorebi.exe/komorebi there is no output. |
My bad, forgot to stop komorebic
|
Just to sanity check, can you run |
Here it is:
And here:
|
Looks like your PS C:\Users\el> Get-Content C:\Users\el\komorebi.json
{
"$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.25/schema.json",
// <------------------------------------- you should add the config option for the applications.json path here
"window_hiding_behaviour": "Cloak",
"cross_monitor_move_behaviour": "Insert",
"default_workspace_padding": 2,
"default_container_padding": -1,
"animation_enabled": true,
"animation_style": "EaseOutQuad",
"animation_duration": 200,
"animation_fps": 120,
"border": true,
"border_width": 4,
"border_offset": -1,
"border_colours": {
"single": "#91adc8",
"stack": "#4e88d9",
"monocle": "#585b70",
"unfocused": "#363654"
},
"transparency": true,
"transparency_alpha": 230,
"stackbar": {
"height": 30,
"mode": "OnStack",
"tabs": {
"width": 300,
"focused_text": "#4e88d9",
"unfocused_text": "#b3b3b3",
"background": "#303949"
}
},
"monitors": [
{
"workspaces": [
{
"name": "I",
"layout": "BSP"
},
{
"name": "II",
"layout": "VerticalStack"
},
{
"name": "III",
"layout": "HorizontalStack"
},
{
"name": "IV",
"layout": "UltrawideVerticalStack"
},
{
"name": "V",
"layout": "Rows"
}
]
}
]
} |
My bad, that fixed the issue, but there's still the animation bug.
|
i fixed this issue by setting the animation properties like this:
Thank you! |
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
The text was updated successfully, but these errors were encountered: