diff options
Diffstat (limited to 'home/.local/bin/togreta')
| -rwxr-xr-x | home/.local/bin/togreta | 2 |
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 |
