aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.local/bin/togreta
diff options
context:
space:
mode:
Diffstat (limited to 'home/.local/bin/togreta')
-rwxr-xr-xhome/.local/bin/togreta2
1 files changed, 1 insertions, 1 deletions
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