diff options
author | Rasmus Steinke <rasi@xssn.at> | 2015-08-06 13:29:57 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2015-08-06 13:29:57 +0200 |
commit | 8a283cb685a631489b771ac087d59522c83b7b12 (patch) | |
tree | 17f708a7fa8ba1f757d338769864851a03bb02d8 | |
parent | bb1f0d08cd438cc8da24e0341f902706a88e7aa5 (diff) | |
download | rofi-pass-1.0.tar.gz |
update config and README1.0
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | config.example | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -31,7 +31,7 @@ The `:tab` field has a special meaning. this will hit the tab key, obviously. ## Requirements * pass (https://github.com/zx2c4/password-store) * sed -* rofi (https://github.com/DaveDavenport/rofi) (always use latest git, my scripts tend to use rofi's latest feature set from git) +* rofi (https://github.com/DaveDavenport/rofi) * wmctrl * xprop * xdotool diff --git a/config.example b/config.example index 5bfca62..10a0d48 100644 --- a/config.example +++ b/config.example @@ -2,6 +2,9 @@ basedir=~/.password-store/ # optional rofi parameters: +# keep in mind that 0.15.7 has different arguments compared to +# latest git. for rofi-pass this means that "-i" will not work with +# 0.15.7. rofiopts="-no-levenshtein-sort" # fields to be used @@ -27,7 +30,7 @@ type_user="Alt+2" type_pass="Alt+3" open_url="Alt+4" copy_name="Alt+c" -copy_pass="Alt+Shift+c" +copy_pass="Alt+p" edit="Alt+9" move="Alt+2" delete="Alt+3" |