Skip to content

Commit 3075597

Browse files
authored
Merge pull request #98 from blueyed/minor
minor: remove unused copy_entry, quote entry in mainMenu
2 parents 2977f83 + c2650c1 commit 3075597

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rofi-pass

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ copy_name="Alt+u"
3535
copy_url="Alt+l"
3636
copy_pass="Alt+p"
3737
show="Alt+o"
38-
copy_entry="Alt+2"
3938
copy_menu="Alt+c"
4039
action_menu="Alt+a"
4140
type_menu="Alt+t"
@@ -288,7 +287,7 @@ mainMenu () {
288287
-kb-custom-18 "${insert_pass}"
289288
-kb-mode-previous "" # These keyboard shortcut options are needed, because
290289
-kb-mode-next "" # Shift+<Left|Right> are otherwise taken by rofi.
291-
-select $entry
290+
-select "$entry"
292291
-mesg "PW Store: ${root}"
293292
-p "> ")
294293

0 commit comments

Comments
 (0)