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 ecedc2d93f Various changes to systemd files
Updated PATH in emacs.service putting paths with the form ~/* first so
the binary's located there have higher priority

Added DISPLAY environment variable to the following service files:
 + unclutter
 + xbindkeys
 + xcompmgr
 + xscreensaver

This was an attempt to fix an CURRENTLY UNRESOLVED ISSUE. That is the
above service files don't start when you initially log in. But once X is
loaded can be started successfully by "systemctl --user restart <unit>".

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

11 lines
172 B
Desktop File

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