From b464e33fe86fc6145e351846c382188934a1e815 Mon Sep 17 00:00:00 2001 From: Chris Down Date: Fri, 24 Jul 2015 12:08:38 -0700 Subject: passmenu: Space to tabs It seems this file doesn't use spaces any more. --- contrib/dmenu/passmenu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/dmenu') diff --git a/contrib/dmenu/passmenu b/contrib/dmenu/passmenu index be85878..9b5239d 100755 --- a/contrib/dmenu/passmenu +++ b/contrib/dmenu/passmenu @@ -21,6 +21,6 @@ if [[ $typeit -eq 0 ]]; then pass show -c "$password" 2>/dev/null else pass show "$password" | - awk 'BEGIN{ORS=""} {print; exit}' | - xdotool type --clearmodifiers --file - + awk 'BEGIN{ORS=""} {print; exit}' | + xdotool type --clearmodifiers --file - fi -- cgit v1.2.3-59-g8ed1b