about summary refs log tree commit diff
path: root/.config/systemd/user/cliphist.service
blob: 91ad51ffe242f624a41c01ecaafcf9e1afadc068 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Cliphist clipboard watcher
After=graphical-session.target
PartOf=graphical-session.target

[Service]
Type=simple
ExecStart=/usr/bin/wl-paste --watch /usr/local/bin/cliphist store
Restart=always
RestartSec=1

[Install]
WantedBy=default.target