From: Artymort Date: Thu, 19 Mar 2015 13:15:32 +0000 (+0000) Subject: Space between l and 7 + default value for $XDG... X-Git-Url: https://git.owens.tech/assets/me.png/assets/me.png/git?a=commitdiff_plain;h=6c2c3565ce8036dbe3ad563011f720a8868ab384;p=vimb.git Space between l and 7 + default value for $XDG... --- diff --git a/examples/formfiller/formfiller b/examples/formfiller/formfiller index e0d5f99..f0a588a 100755 --- 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