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
Collin J. Doering 605241fd11 Switched back to xinitrc for X applications
Due to issues with X applications being started as systemd user
services, temporarily switch back to using .xinitrc to run them.

Note: in the future when it becomes possible to safely start my entire
      user session under a systemd users instance it will be adapted.

See: https://wiki.archlinux.org/index.php/Systemd/User

Signed-off-by: Collin J. Doering <rekahsoft@gmail.com>
2015-01-14 05:12:44 -05:00

12 lines
181 B
Desktop File

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