diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2025-05-12 08:16:01 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-05-12 09:10:59 +0300 |
| commit | c98537a2b084b5c7a38578ffe15f410d967758ac (patch) | |
| tree | ea44a5db18cb802fbefe2dfc3e9f04ba79c836ef /wiki | |
| parent | 9c103f1f1d3636d28d2759138e4ebf9eebbe5e0c (diff) | |
| download | niri-c98537a2b084b5c7a38578ffe15f410d967758ac.tar.gz niri-c98537a2b084b5c7a38578ffe15f410d967758ac.tar.bz2 niri-c98537a2b084b5c7a38578ffe15f410d967758ac.zip | |
Implement baba-is-float for layers
Diffstat (limited to 'wiki')
| -rw-r--r-- | wiki/Configuration:-Layer-Rules.md | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/wiki/Configuration:-Layer-Rules.md b/wiki/Configuration:-Layer-Rules.md index 759ba6c3..37a864a6 100644 --- a/wiki/Configuration:-Layer-Rules.md +++ b/wiki/Configuration:-Layer-Rules.md @@ -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 +} +``` |
