mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: komorebic monitor-info panic on v0.1.38 #677
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 @pettys on GitHub (Sep 19, 2025).
Summary
I am trying komorebi for the first time; it was crashing a lot (twice in the first 10 minutes of use), so I thought maybe it was my multi-monitor setup, so tried to use
monitor-infoto configure it. It crashed, so I tried starting over with this series of commands:I do have three monitors in an interesting configuration:
Version Information
OS Name: Microsoft Windows 11 Pro
OS Version: 10.0.26100 N/A Build 26100
komorebic 0.1.38
tag:v0.1.38
commit_hash:ffa76ea2
build_time:2025-09-13 18:40:25 +00:00
build_env:rustc 1.89.0 (29483883e 2025-08-04),stable-x86_64-pc-windows-msvc
Komorebi Configuration
Hotkey Configuration
Per the summary, it's the quickstart version of this file.
Output of komorebic check
No KOMOREBI_CONFIG_HOME detected, defaulting to C:\Users\nnn
Looking for configuration files in C:\Users\nnn
Found komorebi.json; this file can be passed to the start command with the --config flag
Found C:\Users\nnn.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 (Sep 19, 2025):
komorebi needs to be running in order to process the command you are sending
@pettys commented on GitHub (Sep 23, 2025):
Got it, thx.