diff options
Diffstat (limited to 'bin/guiscripts/clipp')
| -rwxr-xr-x | bin/guiscripts/clipp | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/guiscripts/clipp b/bin/guiscripts/clipp new file mode 100755 index 0000000..538f69b --- /dev/null +++ b/bin/guiscripts/clipp @@ -0,0 +1,4 @@ +#!/bin/sh +[ "$WAYLAND_DISPLAY" ] && +    wl-copy -n || +    xclip -selection clipboard -r  | 
