From 020031060907516edba41bd9724ee1eab36fbbce Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Fri, 17 Apr 2026 10:54:02 +0100 Subject: refactor: migrate image viewers from sxiv/feh to imv MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - linkhandler: sxiv → imv for image display - wqr: feh → imv for QR display, SVG → PNG output for stdin compat --- home/.local/bin/wqr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/.local/bin/wqr') 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 - -- cgit v1.2.3-70-g09d2