Use persistent systemd units for autostart
This commit is contained in:
@@ -55,6 +55,9 @@ umask 0022
|
||||
export {{ k }}="{{ v }}"
|
||||
{% endfor %}
|
||||
|
||||
# Make all environment variables also usable in the systemd user instancee
|
||||
systemctl --user import-environment
|
||||
|
||||
# exec startx breaks some logind fuckery, without exec it works
|
||||
if [[ -z $DISPLAY ]] ; then
|
||||
if (( $XDG_VTNR == {{ user.vt }} )) ; then
|
||||
|
||||
Reference in New Issue
Block a user