wiki/FAQ: Mention always on top windows

This commit is contained in:
Ivan Molodetskikh
2025-08-18 20:05:18 +03:00
parent a5777b9473
commit 5f3528a2ee

View File

@@ -70,3 +70,10 @@ Not yet, follow/upvote [this issue](https://github.com/YaLTeR/niri/issues/54).
There's also [a PR](https://github.com/YaLTeR/niri/pull/1634) adding blur to niri which you can build and run manually.
Keep in mind that it's an experimental implementation that may have problems and performance concerns.
### Can I make a window sticky/pinned/"always on top", appear on all workspaces?
Not yet, follow/upvote [this issue](https://github.com/YaLTeR/niri/issues/932).
You can emulate this with a script that uses the niri IPC.
For example, [nirius](https://git.sr.ht/~tsdh/nirius) seems to have this feature (`toggle-follow-mode`).