diff options
author | Daniel Hahler <git@thequod.de> | 2017-10-25 23:08:58 +0200 |
---|---|---|
committer | Daniel Hahler <git@thequod.de> | 2017-10-25 23:09:27 +0200 |
commit | c2650c134439b3ebe11d40b1e35e6397c861c359 (patch) | |
tree | 9f3dcb12e64a7d29f1e481937d5eb9b9e62cf00f | |
parent | efb3cd412f97293cacc13827848779731c100fa9 (diff) | |
download | rofi-pass-c2650c134439b3ebe11d40b1e35e6397c861c359.tar.gz |
minor: remove unused copy_entry, quote entry in mainMenu
-rwxr-xr-x | rofi-pass | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -35,7 +35,6 @@ copy_name="Alt+u" copy_url="Alt+l" copy_pass="Alt+p" show="Alt+o" -copy_entry="Alt+2" copy_menu="Alt+c" action_menu="Alt+a" type_menu="Alt+t" @@ -288,7 +287,7 @@ mainMenu () { -kb-custom-18 "${insert_pass}" -kb-mode-previous "" # These keyboard shortcut options are needed, because -kb-mode-next "" # Shift+<Left|Right> are otherwise taken by rofi. - -select $entry + -select "$entry" -mesg "PW Store: ${root}" -p "> ") |