update config and README
This commit is contained in:
parent
bb1f0d08cd
commit
8a283cb685
@ -31,7 +31,7 @@ The `:tab` field has a special meaning. this will hit the tab key, obviously.
|
|||||||
## Requirements
|
## Requirements
|
||||||
* pass (https://github.com/zx2c4/password-store)
|
* pass (https://github.com/zx2c4/password-store)
|
||||||
* sed
|
* 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
|
* wmctrl
|
||||||
* xprop
|
* xprop
|
||||||
* xdotool
|
* xdotool
|
||||||
|
@ -2,6 +2,9 @@
|
|||||||
basedir=~/.password-store/
|
basedir=~/.password-store/
|
||||||
|
|
||||||
# optional rofi parameters:
|
# 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"
|
rofiopts="-no-levenshtein-sort"
|
||||||
|
|
||||||
# fields to be used
|
# fields to be used
|
||||||
@ -27,7 +30,7 @@ type_user="Alt+2"
|
|||||||
type_pass="Alt+3"
|
type_pass="Alt+3"
|
||||||
open_url="Alt+4"
|
open_url="Alt+4"
|
||||||
copy_name="Alt+c"
|
copy_name="Alt+c"
|
||||||
copy_pass="Alt+Shift+c"
|
copy_pass="Alt+p"
|
||||||
edit="Alt+9"
|
edit="Alt+9"
|
||||||
move="Alt+2"
|
move="Alt+2"
|
||||||
delete="Alt+3"
|
delete="Alt+3"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user