aboutsummaryrefslogtreecommitdiff
path: root/docs/wiki/FAQ.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/wiki/FAQ.md')
-rw-r--r--docs/wiki/FAQ.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/wiki/FAQ.md b/docs/wiki/FAQ.md
index 41924ec8..77c836e6 100644
--- a/docs/wiki/FAQ.md
+++ b/docs/wiki/FAQ.md
@@ -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`).