aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRostislav Svoboda <rostislav.svoboda@gmail.com>2023-09-27 10:54:44 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-09-24 02:00:00 +0200
commit4528fd6bbeed097d7c6871dbc5268502444755cd (patch)
tree658831d6e7c58a16f56e508cb819f858f1a59805 /gnu
parenteb1c3fff20d1f616f2e2ec8e12e39ea268d5e095 (diff)
downloadguix-4528fd6bbeed097d7c6871dbc5268502444755cd.tar
guix-4528fd6bbeed097d7c6871dbc5268502444755cd.tar.gz
gnu: xsel: Document clipboard functionality.
* gnu/packages/xdisorg.scm (xsel)[synopsis, description]: Note the X clipboard as an option. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr> Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xdisorg.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index cb5ef09517..db948a9318 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1842,14 +1842,14 @@ Saver extension) library.")
(inputs
(list libxt))
(home-page "https://www.vergenet.net/~conrad/software/xsel/")
- (synopsis "Manipulate X selection")
+ (synopsis "Manipulate X selection and/or clipboard from the command line")
(description
"XSel is a command-line program for getting and setting the contents of
-the X selection. Normally this is only accessible by manually highlighting
-information and pasting it with the middle mouse button.
+the X selection and/or clipboard. Normally this is only accessible by manually
+highlighting information and pasting it with the middle mouse button.
-XSel reads from standard input and writes to standard output by default,
-but can also follow a growing file, display contents, delete entries and more.")
+XSel reads from standard input and writes to standard output by default, but can
+also follow a growing file, display contents, delete entries and more.")
(license (license:x11-style "file://COPYING"
"See COPYING in the distribution.")))))