projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74ab628
)
Space between l and 7 + default value for $XDG...
author
Artymort
<m.berta@laposte.net>
Thu, 19 Mar 2015 13:15:32 +0000
(13:15 +0000)
committer
Artymort
<m.berta@laposte.net>
Thu, 19 Mar 2015 13:15:32 +0000
(13:15 +0000)
examples/formfiller/formfiller
patch
|
blob
|
history
diff --git
a/examples/formfiller/formfiller
b/examples/formfiller/formfiller
index
e0d5f99
..
f0a588a
100755
(executable)
--- a/
examples/formfiller/formfiller
+++ b/
examples/formfiller/formfiller
@@
-12,7
+12,12
@@
# ["input[name='user']:daniel", "input[name='password']:p45w0rD"]
# dmenu command use in case multiple files are found for current domain
-DMENU="dmenu -l7"
+DMENU="dmenu -l 7"
+
+if [[ -z $XDG_CONFIG_HOME ]]
+then
+ XDG_CONFIG_HOME=$HOME/.config
+fi
VIMB_KEY_DIR=${VIMB_KEY_DIR:-"$XDG_CONFIG_HOME/vimb/keys"}
uri=$1