summaryrefslogtreecommitdiffstats
path: root/doc/rofi.1.markdown
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2022-07-24 00:52:13 +0200
committerDave Davenport <qball@blame.services>2022-07-24 00:52:13 +0200
commitd20926abab20bcd2478e1d3472ab75336f16724b (patch)
treec109d67f08badf67554feec8d961e8920e4dc8e6 /doc/rofi.1.markdown
parent5a5d333fdff6f0c35d2e0ee4816f9b9cc5a26b82 (diff)
[window] Add an option to hide active window.
fixes: #1336
Diffstat (limited to 'doc/rofi.1.markdown')
-rw-r--r--doc/rofi.1.markdown12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/rofi.1.markdown b/doc/rofi.1.markdown
index ab6b0972..9f02f93d 100644
--- a/doc/rofi.1.markdown
+++ b/doc/rofi.1.markdown
@@ -592,6 +592,18 @@ configuration {
}
}
```
+You can hide the currently active window with the 'hide-active-window' setting:
+
+```css
+configuration {
+ window {
+ hide-active-window: true;
+ }
+}
+```
+
+or pass `-window-hide-active-window true` on command line.
+
### Combi settings