summaryrefslogtreecommitdiff
path: root/ar/.config/qutebrowser/userscripts/qr
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-16 11:39:32 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-16 11:39:32 +0900
commitb15e249d2d9cd503c39b3adede854f08f6fcf5fd (patch)
treef13507bbe02e7ab8ef1ccdc30cf4c5a88050fb51 /ar/.config/qutebrowser/userscripts/qr
parentcd4ab86d34904aa4b1b39f97da71f21f9e9a0102 (diff)
updates
Diffstat (limited to 'ar/.config/qutebrowser/userscripts/qr')
-rwxr-xr-xar/.config/qutebrowser/userscripts/qr8
1 files changed, 0 insertions, 8 deletions
diff --git a/ar/.config/qutebrowser/userscripts/qr b/ar/.config/qutebrowser/userscripts/qr
deleted file mode 100755
index 8421524..0000000
--- a/ar/.config/qutebrowser/userscripts/qr
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env bash
-
-pngfile=$(mktemp --suffix=.png)
-trap 'rm -f "$pngfile"' EXIT
-
-qrencode -t PNG -o "$pngfile" -s 10 "$QUTE_URL"
-echo ":open -t file:///$pngfile" >> "$QUTE_FIFO"
-sleep 1 # give qutebrowser time to open the file before it gets removed