Skip to content

Commit

Permalink
update config and README
Browse files Browse the repository at this point in the history
  • Loading branch information
carnager committed Aug 6, 2015
1 parent bb1f0d0 commit 8a283cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion config.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 8a283cb

Please sign in to comment.