rofi-pass: some comments + newlines to let the code breathe
This commit is contained in:
parent
e5388cb8b1
commit
fab0475fba
@ -9,9 +9,11 @@ _rofi () {
|
|||||||
rofi "$@"
|
rofi "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# We expect to find these fields in pass(1)'s output
|
||||||
URL_field='url'
|
URL_field='url'
|
||||||
USERNAME_field='user'
|
USERNAME_field='user'
|
||||||
AUTOTYPE_field='autotype'
|
AUTOTYPE_field='autotype'
|
||||||
|
|
||||||
delay=2
|
delay=2
|
||||||
default_do='menu' # menu, copyPass, typeUser, typePass, copyUser, copyUrl, viewEntry, typeMenu, actionMenu, copyMenu, openUrl
|
default_do='menu' # menu, copyPass, typeUser, typePass, copyUser, copyUrl, viewEntry, typeMenu, actionMenu, copyMenu, openUrl
|
||||||
auto_enter='false'
|
auto_enter='false'
|
||||||
@ -22,6 +24,8 @@ clip=primary
|
|||||||
default_user="$(whoami)"
|
default_user="$(whoami)"
|
||||||
default_user2=john_doe
|
default_user2=john_doe
|
||||||
password_length=12
|
password_length=12
|
||||||
|
|
||||||
|
# default shortcuts
|
||||||
autotype="Alt+1"
|
autotype="Alt+1"
|
||||||
type_user="Alt+2"
|
type_user="Alt+2"
|
||||||
type_pass="Alt+3"
|
type_pass="Alt+3"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user