diff options
author | portix <none@none> | 2013-01-22 02:16:35 +0100 |
---|---|---|
committer | portix <none@none> | 2013-01-22 02:16:35 +0100 |
commit | 0082dad9b0c87fcb01d7ca72c16eb6a1d7e131db (patch) | |
tree | ba9dfa81bcbdc1a50aa3f2808b235fc39b01863c | |
parent | 2926b76a4009d825f6e076115728c4a029a73df5 (diff) | |
download | dwb-0082dad9b0c87fcb01d7ca72c16eb6a1d7e131db.zip |
Fixing type in extensions/userscripts
-rw-r--r-- | extensions/userscripts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/userscripts b/extensions/userscripts index e256bbe6..1a88f810 100644 --- a/extensions/userscripts +++ b/extensions/userscripts @@ -70,7 +70,7 @@ var sigCommitted = -1; /* //<DEFAULT_CONFIG // paths to userscripts, this extension will also load all scripts in from - // $XDG_CONFIG_HOME/.config/dwb/scripts + // $XDG_CONFIG_HOME/scripts scripts : [] //>DEFAULT_CONFIG */ |