foot: require WAYLAND_DISPLAY env var
This commit is contained in:
parent
beae317ddb
commit
a53beb6353
2 changed files with 2 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ in
|
|||
Documentation = "man:foot(1)";
|
||||
PartOf = [ cfg.server.systemdTarget ];
|
||||
After = [ cfg.server.systemdTarget ];
|
||||
ConditionEnvironment = "WAYLAND_DISPLAY";
|
||||
};
|
||||
|
||||
Service = {
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ Restart=on-failure
|
|||
|
||||
[Unit]
|
||||
After=graphical-session.target
|
||||
ConditionEnvironment=WAYLAND_DISPLAY
|
||||
Description=Fast, lightweight and minimalistic Wayland terminal emulator.
|
||||
Documentation=man:foot(1)
|
||||
PartOf=graphical-session.target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue