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>
13 lines
223 B
Desktop File
13 lines
223 B
Desktop File
# BROKEN
|
|
[Unit]
|
|
Description = A grabbing keys program for X
|
|
#After = xorg.service
|
|
|
|
[Service]
|
|
ExecStart = /usr/bin/xbindkeys -n -f %h/.xbindkeysrc
|
|
Restart = always
|
|
#StandardOutput = null
|
|
|
|
[Install]
|
|
WantedBy = default.target
|