Disable graphic start from .zprofile temporarily

This commit is contained in:
Tobias Reisinger 2022-12-31 01:07:29 +01:00
parent 0ff85399df
commit 8ab4eb4344
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 6 additions and 12 deletions

View file

@ -79,10 +79,6 @@ _autostart_run_xorg () {
numlockx on
#setxkbmap de
#setxkbmap -option caps:none
#setxkbmap -option compose:menu
xrdb "$HOME/.Xresources"
@ -94,8 +90,6 @@ _autostart_run_xorg () {
pass x
(pass keepass | head -n 1 | keepassxc --pw-stdin ~/sync/passwords.kdbx) &
fi
#keepass-unlock
#pass x && sleep 5
autoinstall graphical
autostart-manage run

View file

@ -8,6 +8,6 @@ then
gpgconf --launch gpg-agent >/dev/null
fi
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -le 3 ]; then
exec $AUTOSTART_DISPLAY
fi
#if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -le 3 ]; then
# exec $AUTOSTART_DISPLAY
#fi