Selaa lähdekoodia

Add Wayland clipboard example

master
Arun Prakash Jana 5 vuotta sitten
vanhempi
commit
2559ddbd38
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. +3
    -0
      misc/clipboard-copier/copier

+ 3
- 0
misc/clipboard-copier/copier Näytä tiedosto

@@ -18,3 +18,6 @@ cat "$SELECTION" | xargs -0 | xsel -bi

# Cygwin
# cat "$SELECTION" | xargs -0 | clip

# Wayland
# cat "$SELECTION" | xargs -0 | wl-copy

Loading…
Peruuta
Tallenna