diff options
author | Rasmus Steinke <rasi@xssn.at> | 2015-05-23 07:38:35 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2015-05-23 07:38:35 +0200 |
commit | a1c257cdc23929901b68cb1b8071ba09228a556c (patch) | |
tree | fc4f9c5b27ea47bcd76b8c9fc4fce570601bfd9f | |
parent | 138077b35260e18fd46748999ea009abec1275e4 (diff) | |
download | rofi-pass-a1c257cdc23929901b68cb1b8071ba09228a556c.tar.gz |
make description clearer
-rwxr-xr-x | rofi-pass | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ xdotool_type() { } mainMenu () { - selected_password="$(echo -e "[ Insert Entry ]\n---\nAlt+1: Autotype (Default) | Alt+2: Type User | Alt+3: Type Password\nAlt+4: Open in Browser | Alt+5: Show/Edit\n---\n$(list_passwords 2>/dev/null)" | rofi -u 2-3 -dmenu -p "rofi-pass > ")" + selected_password="$(echo -e "[ Add Entry ]\n---\nAlt+1: Autotype (Default) | Alt+2: Type User | Alt+3: Type Password\nAlt+4: Open in Browser | Alt+5: Show/Edit\n---\n$(list_passwords 2>/dev/null)" | rofi -u 2-3 -dmenu -p "rofi-pass > ")" rofi_exit=$? case ${rofi_exit} in |