Fix autostart display stuff
This commit is contained in:
parent
de982f5249
commit
807b84f1e9
2 changed files with 2 additions and 2 deletions
|
@ -8,6 +8,6 @@ then
|
|||
gpgconf --launch gpg-agent >/dev/null
|
||||
fi
|
||||
|
||||
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -le 2 ]; then
|
||||
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -le 2 ] && [ -n "${AUTOSTART_DISPLAY}" ]; then
|
||||
exec $AUTOSTART_DISPLAY
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue