Explorar el Código

Add Wayland clipboard example

master
Arun Prakash Jana hace 5 años
padre
commit
2559ddbd38
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      misc/clipboard-copier/copier

+ 3
- 0
misc/clipboard-copier/copier Ver fichero

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

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

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

Cargando…
Cancelar
Guardar