wayclip

Wayland clipboard utility
git clone git://git.nihaljere.xyz/wayclip
Log | Files | Refs | README | LICENSE

commit 654a6c8a74a95c7bcfdc75f747c175b3511e8557
parent 02964903c085fbadb7fdf4b4eea7c786b99349c8
Author: Nihal Jere <nihal@nihaljere.xyz>
Date:   Fri, 13 Jan 2023 10:29:56 -0600

manpages: add -p

Diffstat:
Mwaycopy.1 | 3+++
Mwaypaste.1 | 2++
2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/waycopy.1 b/waycopy.1 @@ -6,6 +6,7 @@ .Nd copy data to the clipboard .Sh SYNOPSIS .Nm +.Op Fl p .Op Fl s Ar seat .Op Fl t Ar mimetype .Sh DESCRIPTION @@ -13,6 +14,8 @@ copies data from standard in to the clipboard using the wlr-data-control Wayland extension protocol. .Bl -tag -width Ds +.It Fl p +Use primary clipboard .It Fl s Ar seat The name of the seat to use .Po diff --git a/waypaste.1 b/waypaste.1 @@ -13,6 +13,8 @@ pastes data to standard out from the clipboard using the wlr-data-control Wayland extension protocol. .Bl -tag -width Ds +.It Fl p +Use primary clipboard .It Fl s Ar seat The name of the seat to use .Po