From 8d3b1c4ed8b549fd9a64214e3aecf8d1ad511bfc Mon Sep 17 00:00:00 2001 From: Aleks-Daniel Jakimenko-Aleksejev Date: Fri, 28 Jul 2017 22:47:54 +0300 Subject: Remove double definition of password_length Second definition (a few lines below) makes this one effectively useless. --- rofi-pass | 1 - 1 file changed, 1 deletion(-) 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)" -- cgit