clipman 1.6.2
Basic clipboard manager with support for persisting copy buffers
A clipboard manager for Wayland that relies on an external selector, such as wofi
, bemenu
, dmenu
, or rofi
.
Run the binary in your session by adding exec wl-paste -t text --watch clipman store
(or exec wl-paste -t text --watch clipman store 1>> PATH/TO/LOGFILE 2>&1 &
to log errors) at the beginning of wherever you initialize programs.
- Outputs:
out
- Website: https://github.com/chmouel/clipman
- Licenses: GPL 3
- Package source: gnu/packages/xdisorg.scm
- Builds: See build status
- Issues: See known issues
Installation
Install clipman 1.6.2
as follows:
guix install clipman@1.6.2
Or install the latest version:
guix install clipman
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.