diff options
author | portix <none@none> | 2012-08-29 02:46:12 +0200 |
---|---|---|
committer | portix <none@none> | 2012-08-29 02:46:12 +0200 |
commit | 211d716554e51729de1fac59d3028881cf223987 (patch) | |
tree | a1b6635a640c41a902ac72e715f9130776dca557 /extensions/userscripts | |
parent | 4b8e682f72c4fa4d777f3ac931388b918d06ab4a (diff) | |
download | dwb-211d716554e51729de1fac59d3028881cf223987.zip |
Fixing default config in userscripts
Diffstat (limited to 'extensions/userscripts')
-rw-r--r-- | extensions/userscripts | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extensions/userscripts b/extensions/userscripts index 4c0cedaf..905a7ed3 100644 --- a/extensions/userscripts +++ b/extensions/userscripts @@ -65,8 +65,9 @@ var sigDocument = -1; var sigCommitted = -1; /* //<DEFAULT_CONFIG - // paths to userscripts - [] + // paths to userscripts, this extension will also load all scripts in from + // $XDG_CONFIG_HOME/.config/dwb/scripts + scripts : [] //>DEFAULT_CONFIG */ |