Files
dotfiles/.config/systemd/user/wl-clip-persist.service

14 lines
261 B
Desktop File

[Unit]
Description=Wayland clipboard persistence service
After=graphical-session.target
Wants=graphical-session.target
[Service]
Type=simple
ExecStart=wl-clip-persist --clipboard regular
Restart=always
RestartSec=2
[Install]
WantedBy=graphical-session.target