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/togreta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/.local/bin/togreta') diff --git a/home/.local/bin/togreta b/home/.local/bin/togreta index 14caaa4..d452a2e 100755 --- a/home/.local/bin/togreta +++ b/home/.local/bin/togreta @@ -1,7 +1,7 @@ #!/usr/bin/env sh if [ -z "$1" ]; then - url=$(xclip -o -selection clipboard) + url=$(wl-paste) elif [ "$1" = "-" ]; then read -r url else -- cgit v1.2.3-70-g09d2