Browse Source

Add Wayland clipboard example

master
Arun Prakash Jana 5 years ago
parent
commit
2559ddbd38
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      misc/clipboard-copier/copier

+ 3
- 0
misc/clipboard-copier/copier 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

Loading…
Cancel
Save