[systemd] Fix X11 service file

This file was written before we understood and fixed Wants and After.
See readme in plasma-workspace/startkde/systemd for details. Workspace
was fixed, kwin is in another repoistory and got missed.

This causes potential for things like font DPI to not be exported.
This commit is contained in:
David Edmundson 2022-01-20 10:17:18 +00:00 committed by Nate Graham
parent e64f60ce08
commit 3b80380ba7

View file

@ -1,6 +1,6 @@
[Unit] [Unit]
Description=KDE Window Manager Description=KDE Window Manager
Wants=plasma-kcminit.service After=plasma-kcminit.service
PartOf=graphical-session.target PartOf=graphical-session.target
[Service] [Service]