diff options
author | Rasmus Steinke <rasi@xssn.at> | 2018-02-04 10:39:51 +0100 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2018-02-04 10:39:51 +0100 |
commit | 29307e3048acca8f725bc1c0ce799ef2c78dddf9 (patch) | |
tree | 8987622cce9f7a334dc59123526835b158b9086f | |
parent | f391ee849ea9be14bc6805928df1b1f421ed1e49 (diff) | |
parent | f03ed2464c382624b473de447401ecd80974f3cd (diff) | |
download | rofi-pass-29307e3048acca8f725bc1c0ce799ef2c78dddf9.tar.gz |
Merge branch 'master' of https://github.com/carnager/rofi-pass
-rwxr-xr-x | rofi-pass | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ auto_enter='false' notify='false' help_color="" clip=primary -default_user="$(whoami)" +default_user="${ROFI_PASS_DEFAULT_USER-$(whoami)}" default_user2=john_doe password_length=12 |