diff options
Diffstat (limited to 'bin/guiscripts')
-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 |