From 6c2c3565ce8036dbe3ad563011f720a8868ab384 Mon Sep 17 00:00:00 2001 From: Artymort Date: Thu, 19 Mar 2015 13:15:32 +0000 Subject: [PATCH] Space between l and 7 + default value for $XDG... --- examples/formfiller/formfiller | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- 2.20.1