Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
madmedicnl opened this issue Nov 25, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@madmedicnl
Copy link

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

@madmedicnl madmedicnl added the bug Something isn't working label Nov 25, 2024
@LGUG2Z
Copy link
Owner

LGUG2Z commented 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 LGUG2Z closed this as completed Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants