Back to Komorebi

Force Manage Windows

docs/common-workflows/force-manage-windows.md

0.1.41547 B
Original Source

Force Manage Windows

❗️NOTE: A significant number of force-manage window rules for the most common applications are already generated for you

In some rare cases, a window may not automatically be registered to be managed by komorebi. You can add rules to enforce this behaviour in the komorebi.json configuration file.

json
{
  "manage_rules": [
    {
      "kind": "Title",
      "id": "Media Player",
      "matching_strategy": "Equals"
    }
  ]
}