summaryrefslogtreecommitdiffstats
path: root/doc/rofi-script.5.markdown
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-04-07 13:20:16 +0200
committerDave Davenport <qball@gmpclient.org>2020-04-07 13:20:16 +0200
commit758714995091977ec0dd87b7c664cd3f36a7d093 (patch)
tree0bf75bfef499782dc669008dda6dfffa9d747ca4 /doc/rofi-script.5.markdown
parentde38e0f4a9c2e4dce9d2ab764359f62610f0f17a (diff)
[Script] Update example and doc.
Diffstat (limited to 'doc/rofi-script.5.markdown')
-rw-r--r--doc/rofi-script.5.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rofi-script.5.markdown b/doc/rofi-script.5.markdown
index 63a37d57..8b941aa7 100644
--- a/doc/rofi-script.5.markdown
+++ b/doc/rofi-script.5.markdown
@@ -77,7 +77,7 @@ The following extra options exists:
* **markup-rows**: If 'true' renders markup in the row.
* **urgent**: Mark rows as urgent. (for syntax see the urgent option in dmenu mode)
* **active**: Mark rows as active. (for syntax see the active option in dmenu mode)
- * **delim**: Set the delimiter for for next rows. Default is '\n' and this option should finish with this.
+ * **delim**: Set the delimiter for for next rows. Default is '\n' and this option should finish with this. Only call this on first call of script, it is remembered for consecutive calls.
## Parsing row options