Collin J. Doering
ecedc2d93f
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>
11 lines
172 B
Desktop File
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
|