diff options
author | Rasmus Steinke <rasi@xssn.at> | 2015-08-23 23:28:45 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2015-08-23 23:28:45 +0200 |
commit | 4dfe3c305cd9b5dcd82e10d2cef3c775dd0c17a0 (patch) | |
tree | 1c5ebf392b6b86ba8ed0a9bdb8c95e2bd323b7c5 /config.example | |
parent | b2b533b03812337d2fd1fbb8f80b92d64797011e (diff) | |
download | rofi-pass-4dfe3c305cd9b5dcd82e10d2cef3c775dd0c17a0.tar.gz |
add possiblity to re-open showEntry after autotyping
Diffstat (limited to 'config.example')
-rw-r--r-- | config.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.example b/config.example index e531422..2bf0bfc 100644 --- a/config.example +++ b/config.example @@ -24,6 +24,10 @@ BROWSER='chromium' help_color='#0C73C2' auto_enter='false' +# seconds to wait before re-opening showEntry-menu +# after autotyping an entry. Set to "off" to disable +count=2 + # Clipboard settings # Possible options: primary, clipboard, both clip=primary |