diff options
author | Chris Down <chris@chrisdown.name> | 2015-07-24 12:08:38 -0700 |
---|---|---|
committer | Chris Down <chris@chrisdown.name> | 2015-07-24 12:08:38 -0700 |
commit | b464e33fe86fc6145e351846c382188934a1e815 (patch) | |
tree | 4cd96474fa2a42b8dec9dcf8feecbc770d20ec54 /contrib/dmenu | |
parent | fc625c5cc61696e9268d80b7e1d17b8435579600 (diff) | |
download | pass-b464e33fe86fc6145e351846c382188934a1e815.tar.gz pass-b464e33fe86fc6145e351846c382188934a1e815.tar.bz2 pass-b464e33fe86fc6145e351846c382188934a1e815.zip |
passmenu: Space to tabs
It seems this file doesn't use spaces any more.
Diffstat (limited to '')
-rwxr-xr-x | contrib/dmenu/passmenu | 4 |
1 files changed, 2 insertions, 2 deletions
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 |