summaryrefslogtreecommitdiffstats
path: root/doc/rofi-script.5.markdown
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2022-07-09 14:12:28 +0200
committerDave Davenport <qball@blame.services>2022-07-09 14:12:28 +0200
commitdaf3127d3a79602112fca747ad71ca06fb8a6f05 (patch)
tree43b026a1c2745293e80dac1160b68ba552cf0a85 /doc/rofi-script.5.markdown
parent96027decd9100d72d5aeac10682cb45e9c74005e (diff)
[Script] Add keep-selection flag that keeps the current selection.
Fixes: #1064
Diffstat (limited to 'doc/rofi-script.5.markdown')
-rw-r--r--doc/rofi-script.5.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/rofi-script.5.markdown b/doc/rofi-script.5.markdown
index 55d16731..805886d0 100644
--- a/doc/rofi-script.5.markdown
+++ b/doc/rofi-script.5.markdown
@@ -88,6 +88,7 @@ The following extra options exists:
* **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.
* **no-custom**: If set to 'true'; only accept listed entries, ignore custom input.
* **use-hot-keys**: If set to true, it enabled the Custom keybindings for script. Warning this breaks the normal rofi flow.
+ * **keep-selection**: If set, the selection is not moved to the first entry, but the current position is maintained.
* **data**: Passed data to the next execution of the script via **ROFI_DATA**.
* **theme**: Small theme snippet to f.e. change the background color of a widget.