ff616b2734
Foot is a fast terminal emulator for Wayland. It can optionally be run in a client-server configuration. There are three unit tests to handle an empty configuration, the default configuration, and systemd service file generation.
13 lines
280 B
Desktop File
13 lines
280 B
Desktop File
[Install]
|
|
WantedBy=graphical-session.target
|
|
|
|
[Service]
|
|
ExecStart=@foot@/bin/foot --server
|
|
Restart=on-failure
|
|
|
|
[Unit]
|
|
After=graphical-session.target
|
|
Description=Fast, lightweight and minimalistic Wayland terminal emulator.
|
|
Documentation=man:foot(1)
|
|
PartOf=graphical-session.target
|