mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-28 06:46:38 -04:00
I'm not entirely certain what wayland-instance@.target alludes to, but `graphical-session.target` is likely the more appropriate target.
13 lines
273 B
SYSTEMD
13 lines
273 B
SYSTEMD
[Service]
|
|
ExecStart=@bindir@/foot --server=0
|
|
Environment=WAYLAND_DISPLAY=%i
|
|
NonBlocking=true
|
|
StandardInput=socket
|
|
|
|
[Unit]
|
|
Requires=%N.socket
|
|
Description=Foot terminal server mode for WAYLAND_DISPLAY=%i
|
|
Documentation=man:foot(1)
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target
|