aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2017-10-26 02:36:45 +0200
committerGitHub <noreply@github.com>2017-10-26 02:36:45 +0200
commit3075597f629acb1f0cd3fda4e60b878dc943063f (patch)
tree2f2515f5f660d8b6608e785e42d25eeb0ff9bba3
parent2977f83b80b530e54affb4cc99a24ae4da886cda (diff)
parentc2650c134439b3ebe11d40b1e35e6397c861c359 (diff)
downloadrofi-pass-3075597f629acb1f0cd3fda4e60b878dc943063f.tar.gz
Merge pull request #98 from blueyed/minor1.5.3
minor: remove unused copy_entry, quote entry in mainMenu
-rwxr-xr-xrofi-pass3
1 files changed, 1 insertions, 2 deletions
diff --git a/rofi-pass b/rofi-pass
index 0171c3d..1cd7078 100755
--- a/rofi-pass
+++ b/rofi-pass
@@ -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 "> ")