aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2018-03-28 22:00:42 +0200
committerRasmus Steinke <rasi@xssn.at>2018-03-28 22:00:42 +0200
commitab7fc6607a7871b2661b3e343ca1e02bbbd3e24e (patch)
tree65be93d544beae669502ef00c9bdc88b2b5c483a
parent3ce676fefc94ef8e047a7c039627fdcc9b43b262 (diff)
downloadrofi-pass-ab7fc6607a7871b2661b3e343ca1e02bbbd3e24e.tar.gz
fix variable name
-rw-r--r--config.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.example b/config.example
index bac714a..f364472 100644
--- a/config.example
+++ b/config.example
@@ -62,7 +62,7 @@ clip=primary
## Options for generating new password entries
# open new password entries in editor
-open_new_pass="true"
+edit_new_pass="true"
# default_user is also used for password files that have no user field.
#default_user="${ROFI_PASS_DEFAULT_USER-$(whoami)}"