diff options
Diffstat (limited to 'dot_local')
| -rwxr-xr-x | dot_local/bin/executable_rqr | 2 |
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" |
