Skip to content

Is there a way to make browser PIP window be automatically unmanaged? #1017

Answered by CtByte
ozzy1136 asked this question in Q&A
Discussion options

You must be logged in to vote

You would need to add a float rule to the config file. There is a bit more on that here

  "float_rules": [
    {
      "kind": "Exe",
      "id": "WindowsTerminal.exe",
      "matching_strategy": "Equals"
    }
    ]

One way to get info on managed windows is to use the komorebic state command (Windows Terminal) to find something like this in there

{
  "id": "NzBpurTGz6BprsjjRzJPM",
  "windows": {
    "elements": [
      {
        "hwnd": 133370,
        "title": "Windows PowerShell",
        "exe": "WindowsTerminal.exe",
        "class": "CASCADIA_HOSTING_WINDOW_CLASS",
        "rect": {
          "left": 12,
          "top": 72,
          "right": 1901,
          "bottom": 2076
        }…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ozzy1136
Comment options

Answer selected by ozzy1136
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants