Implement baba-is-float for layers

This commit is contained in:
Ivan Molodetskikh
2025-05-12 08:16:01 +03:00
parent 9c103f1f1d
commit c98537a2b0
9 changed files with 122 additions and 25 deletions
+18 -1
View File
@@ -32,8 +32,8 @@ layer-rule {
}
geometry-corner-radius 12
place-within-backdrop true
baba-is-float true
}
```
@@ -174,3 +174,20 @@ layer-rule {
place-within-backdrop true
}
```
#### `baba-is-float`
<sup>Since: next release</sup>
Make your layer surfaces FLOAT up and down.
This is a natural extension of the [April Fools' 2025 feature](./Configuration:-Window-Rules.md#baba-is-float).
```kdl
// Make fuzzel FLOAT.
layer-rule {
match namespace="^launcher$"
baba-is-float true
}
```