diff options
author | Rasmus Steinke <rasi@xssn.at> | 2015-11-10 11:04:49 +0100 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2015-11-10 11:04:49 +0100 |
commit | 24992e36b153365be7441cad1a63861d3d90d5d3 (patch) | |
tree | 5dc26a2674140c1aed0bd8eade4f9a847ac59674 /config.example | |
parent | 46f88a25c2066fa46247b208d38b2190b645b08a (diff) | |
download | rofi-pass-24992e36b153365be7441cad1a63861d3d90d5d3.tar.gz |
add possibility to generate a new password for entry
Diffstat (limited to 'config.example')
-rw-r--r-- | config.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.example b/config.example index 77e612b..51bcd56 100644 --- a/config.example +++ b/config.example @@ -27,6 +27,7 @@ BROWSER='chromium' help_color='#0C73C2' auto_enter='false' notify='false' +passlength='20' # seconds to wait before re-opening showEntry-menu # after autotyping an entry. Set to "off" to disable @@ -49,3 +50,4 @@ move="Alt+2" delete="Alt+3" copy_entry="Alt+c" show="Control+Return" +generate="Alt+g" |