Merge branch 'master' of https://github.com/carnager/rofi-pass
This commit is contained in:
commit
7c00f3c077
@ -24,6 +24,7 @@ BROWSER='chromium'
|
||||
|
||||
## Misc settings
|
||||
|
||||
default_do='autopass' # copyPass, typeUser, typePass, copyUser, copyUrl, viewEntry, typeMenu, actionMenu, copyMenu, openUrl
|
||||
help_color='#0C73C2'
|
||||
auto_enter='false'
|
||||
notify='false'
|
||||
|
@ -207,7 +207,7 @@ ${line3}</span>"
|
||||
fi
|
||||
|
||||
# actions based on keypresses
|
||||
if [[ "${rofi_exit}" -eq 0 ]]; then autopass;
|
||||
if [[ "${rofi_exit}" -eq 0 ]]; then ${default_do};
|
||||
elif [[ "${rofi_exit}" -eq 13 ]]; then openURL;
|
||||
elif [[ "${rofi_exit}" -eq 1 ]]; then exit ${rofi_exit};
|
||||
elif [[ "${rofi_exit}" -eq 10 ]]; then autopass;
|
||||
|
Loading…
Reference in New Issue
Block a user