CtByte
CtByte
@neoxes85 Alex did most of the changes around this in https://github.com/LGUG2Z/komorebi/pull/1224 and I think that the `frame` is the old way (keeping it for compatibility) while the `padding` is the...
@joncrangle I could be wrong, but you might not need to have it installed, it is just a provider in Zebar and has this method to execute commands. Worth giving...
This seems to be working for me. I was changing the padding on the workspace that I was currently on. Which version are you using? I am on a488890a045fb0652d9aca8a0662035e502a68de
> This bug affects me multiple times every week. @mudnug I think I experienced this before and I used the `komorebic retile` command to get it fixed (using a keybind)....
try to hide the default interface or disable the entire network widget for now ```json { "Network": { "enable": true, "data_refresh_interval": 2, "show_default_interface": false, "show_total_activity": false, "show_activity": true } },...
@MsiDeer Hi there, would it be possible for you to test if [this version](https://github.com/LGUG2Z/komorebi/actions/runs/18235052593) still fails for you?
It would help if you look for some logs in your temp folder (see `$Env:Temp` folder). Files such as `komorebi.log.2025-03-17` could contain important clues
what I would suggest right away is to always use the `matching_strategy` just like you do here ```json "manage_rules": [ { "kind": "Path", "id": "C:\\Program Files\\WindowsApps\\Microsoft.WindowsTerminal_1.22.11141.0_x64__8wekyb3d8bbwe\\WindowsTerminal.exe", "matching_strategy": "Equals" } ],...
What is the expected behaviour now? The one after the restart, so no configurable rounding when grouping is removed?
@ClixTW Either I am missing something or you are using an old version, but I cannot reproduce this https://github.com/user-attachments/assets/fcfc332b-1480-4cce-9091-a2b69715e600 ```powershell > komorebic --version komorebic 0.1.38 branch:master commit_hash:b4e61b07 build_time:2025-05-19 08:56:19 +02:00...