komorebi icon indicating copy to clipboard operation
komorebi copied to clipboard

[BUG]: transparency is breaking stack-all command

Open CtByte opened this issue 6 months ago • 0 comments

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

CtByte avatar Jun 20 '25 09:06 CtByte