diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-13 23:19:23 +0200 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-13 23:19:23 +0200 | 
| commit | 485c2d2ebaf238eb37a5650d364cb0031854774a (patch) | |
| tree | 8b9c11c322c426e086b4172368c704920bb0d227 /bin/guiscripts/clipo | |
| parent | 02da333eb51cc5f7cfc28e194681db0e5f59d485 (diff) | |
checkpoint
Diffstat (limited to 'bin/guiscripts/clipo')
| -rwxr-xr-x | bin/guiscripts/clipo | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/guiscripts/clipo b/bin/guiscripts/clipo index ebc9a25..e554c24 100755 --- a/bin/guiscripts/clipo +++ b/bin/guiscripts/clipo @@ -1,6 +1,6 @@  #!/bin/sh -[ "$1" = "-p" ] && i='primary' j="-b" +[ "$1" = "-p" ] && i='primary' j="-p"  if [ "$WAYLAND_DISPLAY" ]  then wl-paste -n "$1" -else xsel -o $j +else xsel -o ${j:--b}  fi  | 
