diff options
author | Rasmus Steinke <rasi@xssn.at> | 2015-05-23 07:47:25 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2015-05-23 07:47:25 +0200 |
commit | 32eae1ec52b0ed8223ff6280978ee29e3c692231 (patch) | |
tree | fef6fed781169c8deb36461ec6a0fbe2ed2c8b08 | |
parent | a1c257cdc23929901b68cb1b8071ba09228a556c (diff) | |
download | rofi-pass-32eae1ec52b0ed8223ff6280978ee29e3c692231.tar.gz |
send notification
-rwxr-xr-x | rofi-pass | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -37,7 +37,8 @@ xdotool_type() { } mainMenu () { - 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 > ")" + notify-send "Help" "Alt+1: Autotype\nAlt+2: Type User\nAlt+3: Type Password\nAlt+4: Open in Browser\nAlt+5: Show/Edit" + selected_password="$(echo -e "[ Add Entry ]\n---\n$(list_passwords 2>/dev/null)" | rofi -dmenu -p "rofi-pass > ")" rofi_exit=$? case ${rofi_exit} in |