aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/systemd/user/cliphist-image.service
blob: 5ddab8f9628af8d4399aa2b39ce85e64567e8170 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Clipboard history (image) via cliphist
PartOf=graphical-session.target
After=graphical-session.target
ConditionEnvironment=WAYLAND_DISPLAY

[Service]
Type=simple
ExecStart=/usr/bin/wl-paste --type image --watch cliphist store
Restart=on-failure
RestartSec=2s

[Install]
WantedBy=sway-session.target