wiki: Document baba-is-float

This commit is contained in:
Ivan Molodetskikh
2025-04-01 10:33:35 +03:00
parent 2adbf33fb6
commit 60034a57ef

View File

@@ -92,6 +92,7 @@ window-rule {
geometry-corner-radius 12
clip-to-geometry true
tiled-state true
baba-is-float true
min-width 100
max-width 200
@@ -846,6 +847,24 @@ window-rule {
}
```
#### `baba-is-float`
<sup>Since: 25.02</sup>
Make your windows FLOAT up and down.
This is an April Fools' 2025 feature.
```kdl
window-rule {
match is-floating=true
baba-is-float true
}
```
https://github.com/user-attachments/assets/3f4cb1a4-40b2-4766-98b7-eec014c19509
#### Size Overrides
You can amend the window's minimum and maximum size in logical pixels.