aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleks-Daniel Jakimenko-Aleksejev <alex.jakimenko@gmail.com>2017-07-28 22:47:54 +0300
committerAleks-Daniel Jakimenko-Aleksejev <alex.jakimenko@gmail.com>2017-07-28 22:47:54 +0300
commit8d3b1c4ed8b549fd9a64214e3aecf8d1ad511bfc (patch)
tree0437916c880a1f052407ba75a8d697fcd34a0bd9
parent5e12424a2b9f20217981fab075eca2aea9b77c04 (diff)
downloadrofi-pass-8d3b1c4ed8b549fd9a64214e3aecf8d1ad511bfc.tar.gz
Remove double definition of password_length
Second definition (a few lines below) makes this one effectively useless.
-rwxr-xr-xrofi-pass1
1 files changed, 0 insertions, 1 deletions
diff --git a/rofi-pass b/rofi-pass
index 461d4ba..b7cf3b4 100755
--- a/rofi-pass
+++ b/rofi-pass
@@ -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)"