diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-04-15 17:37:53 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-04-15 17:37:53 +0200 |
commit | 25a2605405d8ec7645d0664914c3b7290745afec (patch) | |
tree | 8afe0d8828a3909bfe2774385c8bebc039cf6d6e /bin/guiscripts/clipo | |
parent | c9a06111585c189607ff1e81b77bb32f0a25a992 (diff) |
synced
Diffstat (limited to 'bin/guiscripts/clipo')
-rwxr-xr-x | bin/guiscripts/clipo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/guiscripts/clipo b/bin/guiscripts/clipo index 39994f9..078cc13 100755 --- a/bin/guiscripts/clipo +++ b/bin/guiscripts/clipo @@ -1,6 +1,6 @@ #!/bin/sh [ "$1" = "-p" ] && arg='primary' if [ "$WAYLAND_DISPLAY" ] -then wl-paste -n ${1} +then wl-paste -n "$1" else xclip -o -selection "${arg:-clipboard}" -r fi |