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
Raw Normal View History

2020-05-11 19:01:35 +00:00
[Unit]
Description=X composite manager
Requires=xorg@.service dwm.service
After=dwm.service
2020-05-11 19:01:35 +00:00
[Service]
Type=exec
Restart=always
RestartSec=1
ExecStart=/usr/bin/xcompmgr
[Install]
WantedBy=dwm.service