This repository has been archived on 2022-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
dot-files/.config/systemd/user/xcompmgr.service

12 lines
181 B
SYSTEMD

# BROKEN
[Unit]
Description = Simple X compositing manager
[Service]
ExecStart = /usr/bin/xcompmgr
Environment = "DISPLAY=:0"
Restart = always
[Install]
WantedBy = default.target