summaryrefslogtreecommitdiffstats
path: root/doc/rofi-script.5
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rofi-script.5')
-rw-r--r--doc/rofi-script.521
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/rofi-script.5 b/doc/rofi-script.5
index 2e7f22f2..f4fce94c 100644
--- a/doc/rofi-script.5
+++ b/doc/rofi-script.5
@@ -206,6 +206,27 @@ In bash the best way to do this is using \fB\fCcoproc\fR\&.
If you use the \fB\fCdash\fR shell for your script, take special care with how dash handles escaped values for the separators.
See issue #1201 on github.
+.SH Script locations
+.PP
+To specify a script there are the following options:
+
+.RS
+.IP \(bu 2
+Specify an absolute path to the script.
+.IP \(bu 2
+The script is executable and located in your $PATH
+
+.RE
+
+.PP
+Scripts located in the following location are loaded on startup:
+
+.RS
+.IP \(bu 2
+The script is in \fB\fC$XDG_CONFIG_PATH/rofi/scripts/\fR, this is usually \fB\fC~/.config/rofi/scripts/\fR\&.
+
+.RE
+
.SH SEE ALSO
.PP
rofi(1), rofi-sensible-terminal(1), dmenu(1), rofi-theme(5), rofi-theme-selector(1)