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
177 B
Desktop File
12 lines
177 B
Desktop File
# BROKEN
|
|
[Unit]
|
|
Description = Remove idle cursor image from screen
|
|
|
|
[Service]
|
|
Type = simple
|
|
ExecStart = /usr/bin/unclutter
|
|
Restart = always
|
|
|
|
[Install]
|
|
WantedBy = default.target
|