diff options
author | Rasmus Steinke <rasi@xssn.at> | 2017-06-22 00:15:52 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2017-06-22 00:15:52 +0200 |
commit | 5a6044bb761a6a22f573cdfabc9d18adebdcc596 (patch) | |
tree | 3675ff3d207d8268a4302c732e04a40ce99affee /config.example | |
parent | 3f2524e273e2fbbc40c8f2b168cf99c49a41768d (diff) | |
download | rofi-pass-5a6044bb761a6a22f573cdfabc9d18adebdcc596.tar.gz |
make last commit work in other modes
Diffstat (limited to 'config.example')
-rw-r--r-- | config.example | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config.example b/config.example index 8a59d18..a6a2121 100644 --- a/config.example +++ b/config.example @@ -48,9 +48,10 @@ help_color="#4872FF" clip=primary # Options for generating new password entries -default_user=john_doe -default_user2=mary_ann -password_length=12 +# default_user is also used for password files that have no user field. +#default_user=john_doe +#default_user2=mary_ann +#password_length=12 # Custom Keybindings autotype="Alt+1" |