From 936bebbd521214f47887021e164ad0069db90bd9 Mon Sep 17 00:00:00 2001 From: Renner0E <80410025+Renner0E@users.noreply.github.com> Date: Tue, 12 Nov 2024 22:19:41 +0100 Subject: [PATCH] wl-paste: update page (#14788) add primary clipboard flag --- pages/linux/wl-paste.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/wl-paste.md b/pages/linux/wl-paste.md index c58c7eeb01..0e2faf9a30 100644 --- a/pages/linux/wl-paste.md +++ b/pages/linux/wl-paste.md @@ -8,6 +8,10 @@ `wl-paste` +- Paste the contents of the primary clipboard (highlighted text): + +`wl-paste --primary` + - Write the contents of the clipboard to a file: `wl-paste > {{path/to/file}}`