blob: 8aef8b38cb93f6a8546d8f319473ce2299be7239 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Unit]
Description=Clipboard history (text) via cliphist
PartOf=graphical-session.target
After=graphical-session.target
ConditionEnvironment=WAYLAND_DISPLAY
[Service]
Type=simple
ExecStart=%h/.nix-profile/bin/wl-paste --type text --watch cliphist store
Restart=on-failure
RestartSec=2s
[Install]
WantedBy=sway-session.target
|