aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_local/bin/executable_rqr
diff options
context:
space:
mode:
Diffstat (limited to 'dot_local/bin/executable_rqr')
-rwxr-xr-xdot_local/bin/executable_rqr2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_local/bin/executable_rqr b/dot_local/bin/executable_rqr
index 335f55b..89cb8bf 100755
--- a/dot_local/bin/executable_rqr
+++ b/dot_local/bin/executable_rqr
@@ -1,6 +1,6 @@
#!/usr/bin/env sh
-text="$(zbarcam -q -1 --raw)"
+text="$(zbarcam --nodisplay -q -1 --raw)"
printf '%s' "$text" | wl-copy
echo "$text"