summaryrefslogtreecommitdiffstats
path: root/doc/rofi.1.markdown
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-08-17 18:16:25 +0200
committerDave Davenport <qball@blame.services>2021-08-17 18:16:25 +0200
commit8720409ad3da70e2097073ecc5d1b16a1e4e9600 (patch)
treea5259b425739fde6de7d77ef56ee7fe1f37312c6 /doc/rofi.1.markdown
parent19dfb676068a475acc472fdbf5f04e050f7848c5 (diff)
[Window] Allow rofi to stay active on closing a window
```css configuration { window { close-on-delete: false; } } ``` fixes: #1071
Diffstat (limited to 'doc/rofi.1.markdown')
-rw-r--r--doc/rofi.1.markdown10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/rofi.1.markdown b/doc/rofi.1.markdown
index 253af81e..7597acc1 100644
--- a/doc/rofi.1.markdown
+++ b/doc/rofi.1.markdown
@@ -525,6 +525,16 @@ Default: *"wmctrl -i -R {window}"*
Show window thumbnail (if available) as icon in the window switcher.
+You can stop rofi from existing when closing a window (allowing multiple to be closed in a row).
+
+```css
+configuration {
+ window {
+ close-on-delete: false;
+ }
+}
+```
+
### Combi settings
`-combi-modi` *mode1*,*mode2*