mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-12 22:17:41 +00:00
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a6964b2eba363a476a17bc9cee394e4a82b1d
13 lines
322 B
Desktop File
13 lines
322 B
Desktop File
[Unit]
|
|
Description=Wayland clipboard manager with fast persistent history and multi-media support
|
|
PartOf=graphical-session.target
|
|
After=graphical-session.target
|
|
Requisite=graphical-session.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=wl-paste --watch stash store
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target
|