Collin J. Doering
605241fd11
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>
12 lines
181 B
Desktop File
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
|