diff options
author | Aleks-Daniel Jakimenko-Aleksejev <alex.jakimenko@gmail.com> | 2017-07-28 22:47:54 +0300 |
---|---|---|
committer | Aleks-Daniel Jakimenko-Aleksejev <alex.jakimenko@gmail.com> | 2017-07-28 22:47:54 +0300 |
commit | 8d3b1c4ed8b549fd9a64214e3aecf8d1ad511bfc (patch) | |
tree | 0437916c880a1f052407ba75a8d697fcd34a0bd9 | |
parent | 5e12424a2b9f20217981fab075eca2aea9b77c04 (diff) | |
download | rofi-pass-8d3b1c4ed8b549fd9a64214e3aecf8d1ad511bfc.tar.gz |
Remove double definition of password_length
Second definition (a few lines below) makes this one
effectively useless.
-rwxr-xr-x | rofi-pass | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -19,7 +19,6 @@ delay=2 default_do='menu' # menu, copyPass, typeUser, typePass, copyUser, copyUrl, viewEntry, typeMenu, actionMenu, copyMenu, openUrl auto_enter='false' notify='false' -password_length='20' help_color="" clip=primary default_user="$(whoami)" |