diff options
Diffstat (limited to 'home')
| -rwxr-xr-x | home/.local/bin/linkhandler | 2 | ||||
| -rwxr-xr-x | home/.local/bin/wqr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/home/.local/bin/linkhandler b/home/.local/bin/linkhandler index 12f7603..cfe1ba1 100755 --- a/home/.local/bin/linkhandler +++ b/home/.local/bin/linkhandler @@ -25,7 +25,7 @@ acestream://*) ;; *.png | *.jpg | *.jpe | *.jpeg | *.PNG | *.JGP | *.JPE | *.JPEG) local_url="$(resolve_url "$url")" - setsid sxiv -a "$local_url" >/dev/null 2>&1 & + setsid imv "$local_url" >/dev/null 2>&1 & ;; *.pdf | *.ps | *.epub) local_url="$(resolve_url "$url")" diff --git a/home/.local/bin/wqr b/home/.local/bin/wqr index e00a13e..254f992 100755 --- a/home/.local/bin/wqr +++ b/home/.local/bin/wqr @@ -8,4 +8,4 @@ else text="$1" fi -printf '%s' "$text" | qrencode -t SVG -o - | feh - --conversion-timeout 1 +printf '%s' "$text" | qrencode -t PNG -o - | imv - |
