diff options
author | Rasmus Steinke <rasi@xssn.at> | 2018-01-19 19:49:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-19 19:49:03 +0100 |
commit | f03ed2464c382624b473de447401ecd80974f3cd (patch) | |
tree | 6996826657b5204b21f2fa3446c0580bd0f0b2c4 | |
parent | 2df3775e5527536798e76a491d46097bca710687 (diff) | |
parent | 3682acb28898ae023ec4cc9c1e9af86206477b4b (diff) | |
download | rofi-pass-f03ed2464c382624b473de447401ecd80974f3cd.tar.gz |
Merge pull request #112 from IvanMalison/custom_default_user
Add ROFI_PASS_DEFAULT_USER environment variable
-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 |