[Unit] Description=Cliphist clipboard store PartOf=graphical-session.target After=graphical-session.target [Service] Type=simple ExecStart=/bin/sh -c '/usr/bin/wl-paste --type text --watch /usr/bin/cliphist store & /usr/bin/wl-paste --type image --watch /usr/bin/cliphist store & wait' Restart=on-failure RestartSec=3 [Install] WantedBy=graphical-session.target