#Bambu Studio is ignored?

1 messages · Page 1 of 1 (latest)

sweet spire
#

Hi! I am new-ish to komorebi, been playing with it on and off for a couple of months. Have anyone tried komorebi with Bambu Studio, Bambu Lab's 3d print slicer? It seems to be ignoring komorebi totally, just floating on top and staying if i change workspaces. When running visible-windows, it does not appear in the list. How should I go about trying to troubleshoot this? 😅

normal oxide
#

You can find the class with the komorebic gui debug tool and use that to create a manage rule

steady hedge
#

@sweet spire were you able to solve this?

@normal oxide I added a manage rule and the debugging tool says the following:

  "should_manage": true,
  "is_window": true,
  "has_minimum_width": true,
  "has_minimum_height": true,
  "has_title": true,
  "is_cloaked": false,
  "allow_cloaked": false,
  "allow_layered_transparency": false,
  "window_style": "CLIPCHILDREN | CLIPSIBLINGS | GROUP | MAXIMIZEBOX | POPUP | SIZEBOX | SYSMENU | VISIBLE",
  "extended_window_style": "WINDOWEDGE",
  "title": "Body1 - BambuStudio",
  "exe_name": "bambu-studio.exe",
  "class": "wxWindowNR",
  "path": "C:\\Program Files\\Bambu Studio\\bambu-studio.exe",
  "matches_permaignore_class": null,
  "matches_ignore_identifier": null,
  "matches_managed_override": [
    {
      "kind": "Exe",
      "id": "bambu-studio.exe",
      "matching_strategy": "Equals"
    }
  ],
  "matches_layered_whitelist": null,
  "matches_floating_applications": null,
  "matches_wsl2_gui": null,
  "matches_no_titlebar": null
} ```