Table of Contents
A simple wayland native GUI clipboard manager, with support for text and image preview.
- libpng
- freetype2
- libxkbcommon
- libmagic
- wayland (obviously)
- wl-clipboard
- Configuration
In suckless fashion configuring the clipboard is done only through the src/config.h file.
To keep everything minimal and not bloat the project with unnecessary fontconfig dependencies a path to the font that is to be used should be set in the config file, by default it being
/usr/share/fonts/koruri/Koruri-Regular.ttf
.
- Just a simple
should install clipcelld and clipcell to /usr/bin.
sudo make install
The clipboard entries are stored in a shared memory file, created by the server. The client does not run if the file does not exist.
-
To store clipboard entries just run the server like so:
wl-paste --watch clipcelld store
This shall be called once per session in your config.
-
To delete the saved clipboard entries (including the shm file) run:
clipcelld reset
-
Once the server has created a shm file, the client can simply be run as such:
clipcell | wl-copy
- Ability to render any type of image (not just png)
- Better font rendering
- Mouse scrolling