diff options
author | Rasmus Steinke <rasi@xssn.at> | 2017-09-14 00:21:41 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2017-09-14 00:21:41 +0200 |
commit | 035c8cf4505a1ec9cf56c16b4311fee36b97acf6 (patch) | |
tree | 27940ce5fbc4a9072f50879652e3fb37e68f9e4b /config.example | |
parent | de9b43357fa7344231e27833162d5770b1263b5f (diff) | |
download | rofi-pass-035c8cf4505a1ec9cf56c16b4311fee36b97acf6.tar.gz |
add option to hide help message
Diffstat (limited to 'config.example')
-rw-r--r-- | config.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.example b/config.example index b2e3001..3078cc5 100644 --- a/config.example +++ b/config.example @@ -47,6 +47,9 @@ help_color="#4872FF" # Possible options: primary, clipboard, both clip=primary +# show help header +help_header="true" + # Options for generating new password entries # default_user is also used for password files that have no user field. #default_user=john_doe |