[BUG]: transparency is breaking stack-all command #640

Closed
opened 2026-01-05 14:52:08 +01:00 by adam · 1 comment
Owner

Originally created by @CtByte on GitHub (Jun 20, 2025).

Summary

As discussed on discord when enabling transparency a bug is happening when using the stack-all command

  1. use "transparency": true, in the komorebi.json config
  2. create 2 containers with 2 windows stacked
  3. execute the komorebic stack-all command
  4. stop komorebi with the komorebic toggle-pause command using keybinding

https://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

{
  // relevant config from the komorebic.json config file
  "transparency": true,
  "transparency_alpha": 245,
}

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

Originally created by @CtByte on GitHub (Jun 20, 2025). ### Summary As discussed on [discord](https://discord.com/channels/898554690126630914/898554690608967786/1382100049915547758) when enabling `transparency` a bug is happening when using the `stack-all` command 1. use `"transparency": true,` in the komorebi.json config 2. create 2 containers with 2 windows stacked 3. execute the `komorebic stack-all` command 4. stop komorebi with the `komorebic toggle-pause` command using keybinding https://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 ```json { // relevant config from the komorebic.json config file "transparency": true, "transparency_alpha": 245, } ``` ### 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
adam added the bug label 2026-01-05 14:52:08 +01:00
adam closed this issue 2026-01-05 14:52:08 +01:00
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#640