summaryrefslogtreecommitdiffstats
path: root/doc/rofi-script.5.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rofi-script.5.markdown')
-rw-r--r--doc/rofi-script.5.markdown10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/rofi-script.5.markdown b/doc/rofi-script.5.markdown
index a8e663ee..e296b2d2 100644
--- a/doc/rofi-script.5.markdown
+++ b/doc/rofi-script.5.markdown
@@ -138,6 +138,16 @@ In bash the best way to do this is using `coproc`.
If you use the `dash` shell for your script, take special care with how dash handles escaped values for the separators.
See issue #1201 on github.
+## Script locations
+
+To specify a script there are the following options:
+
+ * Specify an absolute path to the script.
+ * The script is executable and located in your $PATH
+
+Scripts located in the following location are loaded on startup:
+
+ * The script is in `$XDG_CONFIG_PATH/rofi/scripts/`, this is usually `~/.config/rofi/scripts/`.
## SEE ALSO