-
At the moment I am using a hotkey to unmanage the picture-in-picture window that pops out from the web browser in order to have it be visible across workspaces. I'm guessing I can create a rule for it but I'm not quite sure of how to make this work. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
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 {
"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
}
}
],
"focused": 0
}
} |
Beta Was this translation helpful? Give feedback.
You would need to add a float rule to the config file. There is a bit more on that here
One way to get info on managed windows is to use the
komorebic state
command (Windows Terminal) to find something like this in there