mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Live configuration changes are only applied partially #595
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 @marcinkurek on GitHub (Apr 2, 2025).
I apologize if this is a duplicate issue, but at the time of writing, the github issue search simply wasn't working for me.
Summary
I have observed that when you update
komorebi.jsonthe configuration will be applied automatically, but only if you are changing a value, not when removing it.For example, if I have
border: falsein my config and want to revert to the default value by removing it, the change will require a restart.Version Information
komorebic 0.1.35
tag:v0.1.35
commit_hash:992bc2ab
build_time:2025-03-22 17:41:57 +00:00
build_env:rustc 1.85.1 (4eb161250 2025-03-15),stable-x86_64-pc-windows-msvc
Komorebi Configuration
Hotkey Configuration
None
Output of komorebic check
No KOMOREBI_CONFIG_HOME detected, defaulting to C:\Users\Marcin
Looking for configuration files in C:\Users\Marcin
Found komorebi.json; this file can be passed to the start command with the --config flag
Found C:\Users\Marcin.config\whkdrc; key bindings will be loaded from here when whkd is started, and you can start it automatically using the --whkd flag
@LGUG2Z commented on GitHub (Apr 2, 2025):
For this specific one you can hit the shortcut for
komorebic retileI think 🤔