Add Wayland clipboard example

This commit is contained in:
Arun Prakash Jana 2019-11-05 02:45:03 +05:30
parent 955826a1e8
commit 2559ddbd38
1 changed files with 3 additions and 0 deletions

View File

@ -18,3 +18,6 @@ cat "$SELECTION" | xargs -0 | xsel -bi
# Cygwin
# cat "$SELECTION" | xargs -0 | clip
# Wayland
# cat "$SELECTION" | xargs -0 | wl-copy