diff options
author | Rasmus Steinke <rasi@xssn.at> | 2016-08-05 04:16:30 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2016-08-05 04:17:24 +0200 |
commit | 5083c181fd034a3d9332869e6e8ead500ad544b8 (patch) | |
tree | 749192dd2264c67e7efaf9e4419152c9747fdcca /config.example | |
parent | ca70a0e77731675a0a9c10ea28ab58a06b3cdfb7 (diff) | |
download | rofi-pass-5083c181fd034a3d9332869e6e8ead500ad544b8.tar.gz |
Respect default_do config setting and allow "menu" value. Fixes #52
Diffstat (limited to 'config.example')
-rw-r--r-- | config.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.example b/config.example index ba17a51..49ad2da 100644 --- a/config.example +++ b/config.example @@ -26,7 +26,7 @@ BROWSER='chromium' ## Misc settings -default_do='autopass' # copyPass, typeUser, typePass, copyUser, copyUrl, viewEntry, typeMenu, actionMenu, copyMenu, openUrl +default_do='menu' # menu, copyPass, typeUser, typePass, copyUser, copyUrl, viewEntry, typeMenu, actionMenu, copyMenu, openUrl auto_enter='false' notify='false' passlength='20' |