mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
wiki: Document baba-is-float
This commit is contained in:
@@ -92,6 +92,7 @@ window-rule {
|
|||||||
geometry-corner-radius 12
|
geometry-corner-radius 12
|
||||||
clip-to-geometry true
|
clip-to-geometry true
|
||||||
tiled-state true
|
tiled-state true
|
||||||
|
baba-is-float true
|
||||||
|
|
||||||
min-width 100
|
min-width 100
|
||||||
max-width 200
|
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
|
#### Size Overrides
|
||||||
|
|
||||||
You can amend the window's minimum and maximum size in logical pixels.
|
You can amend the window's minimum and maximum size in logical pixels.
|
||||||
|
|||||||
Reference in New Issue
Block a user