mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-18 07:23:57 +01:00
17 lines
339 B
Markdown
17 lines
339 B
Markdown
# Floating Windows
|
|
|
|
Sometimes you will want a specific application to be managed as a floating window.
|
|
You can add rules to enforce this behaviour in the `komorebi.json` configuration file.
|
|
|
|
```json
|
|
{
|
|
"floating_applications": [
|
|
{
|
|
"kind": "Title",
|
|
"id": "Media Player",
|
|
"matching_strategy": "Equals"
|
|
}
|
|
]
|
|
}
|
|
```
|