From 035af66ad4f094b1a7a2a0c36afa7419c56b5bb9 Mon Sep 17 00:00:00 2001 From: Moviuro Date: Sun, 12 Mar 2017 11:55:09 +0100 Subject: [PATCH] rofi-pass: use current username as default --- rofi-pass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rofi-pass b/rofi-pass index e5a66c4..1d8ea6c 100755 --- a/rofi-pass +++ b/rofi-pass @@ -19,8 +19,8 @@ notify='false' password_length='20' help_color="" clip=primary -default_user=john_doe -default_user2=mary_ann +default_user="$(whoami)" +default_user2=john_doe password_length=12 autotype="Alt+1" type_user="Alt+2"