Wpilman
A simple clipboard manager for wayland.
Installation
Just compile it yourself or install the AUR package:
paru -S wlipman-git
# or
yay -S wlipman-git
Usage
- Run
wl-paste -w path/to/wlipman store
on startup. It will save your clipboard state whenever you copy something. - Run
path/to/pick pick
to open a rofi dialog to restore a clipboard item from your history. You probably want to bind this to a keyboard shortcut.
Features
- Preserves clipboard history between logouts and shutdowns.
- Preserves all mime types. This allows you to restore copied images and other rich content.
Limitations
- Only works with rofi
- Copying multi-line strings cat mess up the rofi menu
- Stores your clipboard history forever at
~/.cache/wlipman.msgpck
, unless manually cleared either by removing that file or by runningwlipman clean
. This file can grow pretty large over time.