diff options
author | Rasmus Steinke <rasi@xssn.at> | 2018-03-25 03:45:42 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2018-03-25 03:45:42 +0200 |
commit | 6ba5dfb2140c1148fdebfae35f45a2a893feb895 (patch) | |
tree | 8d60ac0fc41a4978b04a6e57c27cb7556c9b4def | |
parent | b1cd1a0e35406a90b8d16ca5e3ba1a436f4d64c0 (diff) | |
download | rofi-pass-6ba5dfb2140c1148fdebfae35f45a2a893feb895.tar.gz |
re-submission of latest changes2.0.1
-rwxr-xr-x | rofi-pass | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -10,11 +10,7 @@ _rofi () { } _image_viewer () { -<<<<<<< HEAD - sxiv - -======= feh - ->>>>>>> qrcode } # We expect to find these fields in pass(1)'s output @@ -57,11 +53,6 @@ next_root="Shift+Right" # Safe permissions umask 077 -img_viewer="display" - -has_qrencode() { - command -v qrencode >/dev/null 2>&1 -} has_qrencode() { command -v qrencode >/dev/null 2>&1 |