[BUG]: When using BetterDiscord + Discord jumps out of the tiling and becomes nonresponsive #530

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

Originally created by @madmedicnl on GitHub (Nov 25, 2024).

Summary

When using Better discord and you enable transparency in those settings than Discord will jump out of the tiling setup.
As soon as you disable transparency and restart Discord jumps back in and stays.

Version Information

OS Name: Microsoft Windows 11 Home
OS Version: 10.0.26100 N/A Build 26100

komorebic 0.1.31
branch:master
commit_hash:b14c0d07
build_time:2024-11-24 00:53:21 +00:00
build_env:rustc 1.82.0 (f6e511eec 2024-10-15),stable-x86_64-pc-windows-msvc

Komorebi Configuration

/// KOMOREBI.JSON

{
  "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.30/schema.json",
  "app_specific_configuration_path": "$Env:USERPROFILE/applications.json",
  "window_hiding_behaviour": "Cloak",
  "cross_monitor_move_behaviour": "Insert",
  "default_workspace_padding": 10,
  "default_container_padding": 1,
  "border": true,
  "border_width": 3,
  "border_offset": -1,
  "theme": {
    "palette": "Base16",
    "name": "GruvboxDarkMedium",
    "unfocused_border": "Base03",
    "bar_accent": "Base0D"  },
  "stackbar": {
    "height": 25,
    "mode": "OnStack",
    "tabs": {
      "width": 200
    }
  },
  "monitors": [
    {
      "workspaces": [
        {
          "name": "Main",
          "layout": "BSP"
        },
        {
          "name": "Web",
          "layout": "VerticalStack"
        },
        {
          "name": "Chat",
          "layout": "HorizontalStack"
        },
        {
          "name": "Terminal",
          "layout": "UltrawideVerticalStack"
        },
        {
          "name": "Office",
          "layout": "Rows"
        },
        {
          "name": "Misc",
          "layout": "Grid"
        }
       //,
       // {
       //   "name": "",
       //   "layout": "RightMainVerticalStack"
       // }
      ]
    }
  ]
}

Hotkey Configuration

default whkd

Output of komorebic check

No KOMOREBI_CONFIG_HOME detected, defaulting to C:\Users\MadMedic

Looking for configuration files in C:\Users\MadMedic

Found komorebi.json; this file can be passed to the start command with the --config flag

Found C:\Users\MadMedic.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 @madmedicnl on GitHub (Nov 25, 2024). ### Summary When using Better discord and you enable transparency in those settings than Discord will jump out of the tiling setup. As soon as you disable transparency and restart Discord jumps back in and stays. ### Version Information OS Name: Microsoft Windows 11 Home OS Version: 10.0.26100 N/A Build 26100 komorebic 0.1.31 branch:master commit_hash:b14c0d07 build_time:2024-11-24 00:53:21 +00:00 build_env:rustc 1.82.0 (f6e511eec 2024-10-15),stable-x86_64-pc-windows-msvc ### Komorebi Configuration ```json /// KOMOREBI.JSON { "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.30/schema.json", "app_specific_configuration_path": "$Env:USERPROFILE/applications.json", "window_hiding_behaviour": "Cloak", "cross_monitor_move_behaviour": "Insert", "default_workspace_padding": 10, "default_container_padding": 1, "border": true, "border_width": 3, "border_offset": -1, "theme": { "palette": "Base16", "name": "GruvboxDarkMedium", "unfocused_border": "Base03", "bar_accent": "Base0D" }, "stackbar": { "height": 25, "mode": "OnStack", "tabs": { "width": 200 } }, "monitors": [ { "workspaces": [ { "name": "Main", "layout": "BSP" }, { "name": "Web", "layout": "VerticalStack" }, { "name": "Chat", "layout": "HorizontalStack" }, { "name": "Terminal", "layout": "UltrawideVerticalStack" }, { "name": "Office", "layout": "Rows" }, { "name": "Misc", "layout": "Grid" } //, // { // "name": "", // "layout": "RightMainVerticalStack" // } ] } ] } ``` ### Hotkey Configuration default whkd ### Output of komorebic check No KOMOREBI_CONFIG_HOME detected, defaulting to C:\Users\MadMedic Looking for configuration files in C:\Users\MadMedic Found komorebi.json; this file can be passed to the start command with the --config flag Found C:\Users\MadMedic\.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:51:19 +01:00
adam closed this issue 2026-01-05 14:51:19 +01:00
Author
Owner

@LGUG2Z commented on GitHub (Nov 25, 2024):

Thanks for this report - there are no plans to support transparency flags set by other applications outside of komorebi's transparency feature.

@LGUG2Z commented on GitHub (Nov 25, 2024): Thanks for this report - there are no plans to support transparency flags set by other applications outside of komorebi's transparency feature.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#530