From b6ef745546134b672414c4d196d285edb57e0bdc Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Fri, 17 Apr 2026 10:54:01 +0100 Subject: refactor: migrate clipboard scripts from xclip to wl-clipboard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - linkhandler, videowrapper, togreta, tokodi, wqr: xclip -o → wl-paste - rqr: xclip -selection clipboard -f → wl-copy --- home/.local/bin/rqr | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'home/.local/bin/rqr') 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" -- cgit v1.2.3-70-g09d2