Improve wayland configs

This commit is contained in:
Tobias Reisinger 2023-06-30 20:47:01 +02:00
parent 35f4e0c88f
commit ceea1c316a
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
18 changed files with 549 additions and 41 deletions

View file

@ -7,7 +7,3 @@ then
export SSH_AUTH_SOCK="$ssh_sock"
gpgconf --launch gpg-agent >/dev/null
fi
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -le 2 ] && [ -n "${AUTOSTART_DISPLAY}" ]; then
exec $AUTOSTART_DISPLAY
fi