mirror of
https://github.com/jarun/nnn.git
synced 2025-04-15 09:56:32 +00:00
Add Wayland clipboard example
This commit is contained in:
parent
955826a1e8
commit
2559ddbd38
1 changed files with 3 additions and 0 deletions
|
@ -18,3 +18,6 @@ cat "$SELECTION" | xargs -0 | xsel -bi
|
|||
|
||||
# Cygwin
|
||||
# cat "$SELECTION" | xargs -0 | clip
|
||||
|
||||
# Wayland
|
||||
# cat "$SELECTION" | xargs -0 | wl-copy
|
||||
|
|
Loading…
Add table
Reference in a new issue