summaryrefslogtreecommitdiff
path: root/doc/userscripts.asciidoc
diff options
context:
space:
mode:
authorPeter Michely <peter.michely@gmail.com>2015-10-07 23:53:21 +0200
committerPeter Michely <peter.michely@gmail.com>2015-10-07 23:53:21 +0200
commit6be5c65c3632ce53b29dceb7c162cc482fc0efff (patch)
treeb7aa2439d8347071602df20c1839347fe991a527 /doc/userscripts.asciidoc
parent224ab3237d6f236293a20f85ba1eec9de5c2461b (diff)
downloadqutebrowser-6be5c65c3632ce53b29dceb7c162cc482fc0efff.tar.gz
qutebrowser-6be5c65c3632ce53b29dceb7c162cc482fc0efff.zip
Fixed issue #943 and changed the docs accordingly
Diffstat (limited to 'doc/userscripts.asciidoc')
-rw-r--r--doc/userscripts.asciidoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/userscripts.asciidoc b/doc/userscripts.asciidoc
index 97c820898..928315d33 100644
--- a/doc/userscripts.asciidoc
+++ b/doc/userscripts.asciidoc
@@ -15,6 +15,10 @@ mpv, a simple key binding to something like `:spawn mpv {url}` should suffice.
Also note userscripts need to have the executable bit set (`chmod +x`) for
qutebrowser to run them.
+To call a userscript, it needs to be stored in your data directory under
+`userscripts` (for example: `~/.local/share/qutebrowser/userscripts/myscript`),
+or just use an absolute path.
+
Getting information
-------------------