Required regardless of install method:
| Package | Purpose | Notes |
|---|---|---|
clipse |
Clipboard daemon | github.com/savedra1/clipse |
gtk3 |
UI toolkit | |
python-gobject |
GTK3 Python bindings | PyGObject |
wl-clipboard |
Wayland copy/paste | wl-copy, wl-paste |
wtype |
Wayland paste simulation | Needed for auto-paste |
xdotool |
X11 paste simulation | X11 users only |
xclip |
X11 clipboard fallback | X11 users only |
You only need the Wayland or X11 toolchain, not both.
yay -S clipse-gui
# or
paru -S clipse-guiThis installs the clipse-gui binary and pulls required dependencies.
git clone https://github.com/d7omdev/clipse-gui
cd clipse-guiThe project uses just as a task runner:
| Command | Action |
|---|---|
just install |
Build and install system-wide |
just build |
Build without installing |
just run |
Run locally without installing |
just uninstall |
Remove installed files |
If you don't want just, the Makefile targets map directly:
make build
sudo make installclipse-gui --version
which clipse-guiThen check the daemon is reachable:
pgrep -a clipseIf no output appears, start the daemon — see Getting Started.
# AUR
yay -R clipse-gui
# Source
just uninstallConfig files at ~/.config/clipse-gui/ are not removed automatically. Delete manually if desired:
rm -rf ~/.config/clipse-gui