16 lines
371 B
Desktop File
16 lines
371 B
Desktop File
[Unit]
|
|
Description=ydotool - Generic command-line automation tool (no X!)
|
|
Documentation=https://github.com/ReimuNotMoe/ydotool
|
|
BindsTo=graphical-session.target
|
|
Wants=graphical-session-pre.target
|
|
After=graphical-session-pre.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/ydotoold
|
|
Restart=on-failure
|
|
RestartSec=1
|
|
TimeoutStopSec=10
|
|
|
|
[Install]
|
|
WantedBy=sway-session.target
|