blob: 8d9e995ad5f95dcdee47c7bc9ea49b3dd6f0b786 (
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=%h/.nix-profile/bin/wl-paste --type image --watch cliphist store
Restart=on-failure
RestartSec=2s
[Install]
WantedBy=sway-session.target
|