Skip to content

Commit 8c19f79

Browse files
committed
docs: fix typo in key name and adjust grammar a bit
1 parent 0d1610c commit 8c19f79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/DESKTOP_ENVIRONMENTS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ to create appropriate units for the autostart directory
9797
(`systemd-xdg-autostart-generator`).
9898
Desktop Environments can opt-in to using this by starting
9999
`xdg-desktop-autostart.target`. The systemd generator correctly handles
100-
`OnlyShowIn=` and `NotShowin=`. It also handles the KDE and GNOME specific
101-
`X-KDE-autostart-condition=` and `AutostartCondition=` by using desktop
102-
environment provided binaries in an `ExecCondition=` line.
100+
`OnlyShowIn=` and `NotShowIn=`. It also handles the KDE and GNOME specific
101+
`X-KDE-autostart-condition=` and `AutostartCondition=` by using desktop-environment-provided
102+
binaries in an `ExecCondition=` line.
103103

104104
However, this generator is somewhat limited in what it supports. For example,
105105
all generated units will have `After=graphical-session.target` set on them,
106-
it may therefore not be useful to start session services.
106+
and therefore may not be useful to start session services.
107107

108108
Desktop files can be marked to be explicitly excluded from the generator using the line
109109
`X-systemd-skip=true`. This should be set if an application provides its own

0 commit comments

Comments
 (0)