This repository has been archived on 2020-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
systemd-client/user/xcompmgr.service

14 lines
201 B
SYSTEMD

[Unit]
Description=X composite manager
Requires=xorg@.service dwm.service
After=dwm.service
[Service]
Type=exec
Restart=always
RestartSec=1
ExecStart=/usr/bin/xcompmgr
[Install]
WantedBy=dwm.service