aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.local/bin/rqr
diff options
context:
space:
mode:
Diffstat (limited to 'home/.local/bin/rqr')
-rwxr-xr-xhome/.local/bin/rqr3
1 files changed, 2 insertions, 1 deletions
diff --git a/home/.local/bin/rqr b/home/.local/bin/rqr
index 9621916..335f55b 100755
--- a/home/.local/bin/rqr
+++ b/home/.local/bin/rqr
@@ -1,6 +1,7 @@
#!/usr/bin/env sh
-text="$(zbarcam -q -1 --raw | xclip -selection clipboard -f)"
+text="$(zbarcam -q -1 --raw)"
+printf '%s' "$text" | wl-copy
echo "$text"
notify-send "$text"