aboutsummaryrefslogtreecommitdiff
path: root/wayland-basics/dot-config/systemd/user/wl-clip-persist.service
blob: 57c6a6c317da9b368e1aebfc7aea17e258a9a05b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Clipboard history manager for wayland
Documentation=https://github.com/Linus789/wl-clip-persist
After=graphical-session.target
PartOf=graphical-session.target

[Service]
Type=exec
ExecStart=/usr/bin/wl-clip-persist --clipboard regular --disable-timestamps
Restart=on-failure

[Install]
WantedBy=graphical-session.target