mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: transparency is breaking stack-all command #640
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 @CtByte on GitHub (Jun 20, 2025).
Summary
As discussed on discord when enabling
transparencya bug is happening when using thestack-allcommand"transparency": true,in the komorebi.json configkomorebic stack-allcommandkomorebic toggle-pausecommand using keybindinghttps://github.com/user-attachments/assets/57cdb7f6-b02a-41d7-8474-c4c7bbd82799
Version Information
OS Name: Microsoft Windows 11 Pro
OS Version: 10.0.22631 N/A Build 22631
komorebic 0.1.38
branch:master
commit_hash:21cb5e1e
build_time:2025-06-10 00:26:27 +02:00
build_env:rustc 1.85.0 (4d91de4e4 2025-02-17),stable-x86_64-pc-windows-msvc
Komorebi Configuration
Hotkey Configuration
.shell powershell
Stack windows
alt + control + m : komorebic unstack
alt + control + return : komorebic stack-all
alt + control + n : komorebic unstack-all
alt + p : komorebic toggle-pause
Output of komorebic check
No KOMOREBI_CONFIG_HOME detected, defaulting to C:\Users\user
Looking for configuration files in C:\Users\user
Found komorebi.json; this file can be passed to the start command with the --config flag
Found C:\Users\user\.config\whkdrc; key bindings will be loaded from here when whkd is started, and you can start it automatically using the --whkd flag
@stevej-algoteer commented on GitHub (Oct 30, 2025):
I've experienced this often. It makes komorebi unusable, forcing me to log out and in again. (There's no way to terminate komorebi because the window switching prevents me from using Task Manager to kill it.)
I can confirm that disabling transparency prevents the bug.