3b80380ba7
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.
10 lines
227 B
SYSTEMD
10 lines
227 B
SYSTEMD
[Unit]
|
|
Description=KDE Window Manager
|
|
After=plasma-kcminit.service
|
|
PartOf=graphical-session.target
|
|
|
|
[Service]
|
|
ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/kwin_x11 --replace
|
|
BusName=org.kde.KWin
|
|
Slice=session.slice
|
|
Restart=on-failure
|