summaryrefslogtreecommitdiffstats
path: root/doc/rofi.1
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
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')
-rw-r--r--doc/rofi.116
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/rofi.1 b/doc/rofi.1
index fcd9e4d5..73f0afbc 100644
--- a/doc/rofi.1
+++ b/doc/rofi.1
@@ -887,6 +887,22 @@ Default: \fI"wmctrl \-i \-R {window}"\fP
.PP
Show window thumbnail (if available) as icon in the window switcher.
+.PP
+You can stop rofi from existing when closing a window (allowing multiple to be closed in a row).
+
+.PP
+.RS
+
+.nf
+configuration {
+ window {
+ close\-on\-delete: false;
+ }
+}
+
+.fi
+.RE
+
.SS Combi settings
.PP
\fB\fC\-combi\-modi\fR \fImode1\fP,\fImode2\fP