rofi-pass: use current username as default
This commit is contained in:
parent
e8656222b7
commit
035af66ad4
@ -19,8 +19,8 @@ notify='false'
|
|||||||
password_length='20'
|
password_length='20'
|
||||||
help_color=""
|
help_color=""
|
||||||
clip=primary
|
clip=primary
|
||||||
default_user=john_doe
|
default_user="$(whoami)"
|
||||||
default_user2=mary_ann
|
default_user2=john_doe
|
||||||
password_length=12
|
password_length=12
|
||||||
autotype="Alt+1"
|
autotype="Alt+1"
|
||||||
type_user="Alt+2"
|
type_user="Alt+2"
|
||||||
|
Loading…
Reference in New Issue
Block a user