Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 21 additions & 3 deletions man/man7/sysclip.7
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
.nh
.ad l
.\" Begin generated content:
.TH "YED-SYSCLIP" "7" "YED Plugin Manual"
.P
.TH "YED-SYSCLIP" "7" "6-11-2021" "YED Plugin Manual"
.SH NAME
sysclip - Description
.SH CONFIGURATION
Expand All @@ -22,13 +21,32 @@ Variables
sys-clip - Specify your system clipboard.\&
.RE

.RE
.SH EXAMPLE
xsel almost never needs configuration :}
.nf
.RS 4
set sys-clip 'xsel'
.fi
.RE
This sets clipboard to wl-copy but you can only paste once.\&
.nf
.RS 4
set sys-clip 'wl-copy -o'
.fi
.RE
Here you specify the selection access to clipboard only.\&
.nf
.RS 4
set sys-clip 'xclip -selection c'
.fi
.RE
.SH COMMANDS
y2s - Stands for yank2system, yanks to your specified system clipboard defaults to xsel.\&
.SH BUFFERS
None.\&
.SH NOTES
Clipboards that fork will hang, like wl-clipboard, so do not use them, or at least turn off the forking if possible.\&
None.\&
.SH VERSION
1000.\&00
.SH KEYWORDS
Expand Down
2 changes: 1 addition & 1 deletion ypm_plugins/sysclip
Submodule sysclip updated 3 files
+21 −3 sysclip.7
+33 −47 sysclip.c
+14 −1 sysclip.scdoc