diff options
author | Rasmus Steinke <rasi@xssn.at> | 2016-08-05 05:49:21 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2016-08-05 05:49:21 +0200 |
commit | a79ac7a43bee5790e3a89cbf6f685607422399bb (patch) | |
tree | 0893fcedde92c2b62fa1cbaed0cad440cc074771 | |
parent | af84d3cee4ea443bef2d007dbf2e0c2837136df1 (diff) | |
download | rofi-pass-a79ac7a43bee5790e3a89cbf6f685607422399bb.tar.gz |
mention autopass value
-rw-r--r-- | config.example | 2 | ||||
-rwxr-xr-x | rofi-pass | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/config.example b/config.example index ddf8777..6c6187c 100644 --- a/config.example +++ b/config.example @@ -26,7 +26,7 @@ BROWSER='chromium' ## Misc settings -default_do='menu' # menu, copyPass, typeUser, typePass, copyUser, copyUrl, viewEntry, typeMenu, actionMenu, copyMenu, openUrl +default_do='menu' # menu, autopass, copyPass, typeUser, typePass, copyUser, copyUrl, viewEntry, typeMenu, actionMenu, copyMenu, openUrl auto_enter='false' notify='false' @@ -346,8 +346,6 @@ typeMenu () { typeField fi clearUp - elif [[ $default_do == "autotype" ]]; then - autopass else $(${default_do}) fi |