diff options
Diffstat (limited to 'home/.local/bin/wqr')
| -rwxr-xr-x | home/.local/bin/wqr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.local/bin/wqr b/home/.local/bin/wqr index 09186ff..e00a13e 100755 --- a/home/.local/bin/wqr +++ b/home/.local/bin/wqr @@ -1,7 +1,7 @@ #!/usr/bin/env sh if [ -z "$1" ]; then - text=$(xclip -o -selection clipboard) + text=$(wl-paste) elif [ "$1" = "-" ]; then read -r text else |
