Skip to content

Commit 6ba5dfb

Browse files
committed
re-submission of latest changes
1 parent b1cd1a0 commit 6ba5dfb

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

rofi-pass

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ _rofi () {
1010
}
1111

1212
_image_viewer () {
13-
<<<<<<< HEAD
14-
sxiv -
15-
=======
1613
feh -
17-
>>>>>>> qrcode
1814
}
1915

2016
# We expect to find these fields in pass(1)'s output
@@ -57,11 +53,6 @@ next_root="Shift+Right"
5753

5854
# Safe permissions
5955
umask 077
60-
img_viewer="display"
61-
62-
has_qrencode() {
63-
command -v qrencode >/dev/null 2>&1
64-
}
6556

6657
has_qrencode() {
6758
command -v qrencode >/dev/null 2>&1

0 commit comments

Comments
 (0)