Disable graphic start from .zprofile temporarily
This commit is contained in:
parent
0ff85399df
commit
8ab4eb4344
2 changed files with 6 additions and 12 deletions
|
@ -79,10 +79,6 @@ _autostart_run_xorg () {
|
||||||
|
|
||||||
numlockx on
|
numlockx on
|
||||||
|
|
||||||
#setxkbmap de
|
|
||||||
#setxkbmap -option caps:none
|
|
||||||
#setxkbmap -option compose:menu
|
|
||||||
|
|
||||||
xrdb "$HOME/.Xresources"
|
xrdb "$HOME/.Xresources"
|
||||||
|
|
||||||
|
|
||||||
|
@ -94,8 +90,6 @@ _autostart_run_xorg () {
|
||||||
pass x
|
pass x
|
||||||
(pass keepass | head -n 1 | keepassxc --pw-stdin ~/sync/passwords.kdbx) &
|
(pass keepass | head -n 1 | keepassxc --pw-stdin ~/sync/passwords.kdbx) &
|
||||||
fi
|
fi
|
||||||
#keepass-unlock
|
|
||||||
#pass x && sleep 5
|
|
||||||
|
|
||||||
autoinstall graphical
|
autoinstall graphical
|
||||||
autostart-manage run
|
autostart-manage run
|
||||||
|
|
|
@ -8,6 +8,6 @@ then
|
||||||
gpgconf --launch gpg-agent >/dev/null
|
gpgconf --launch gpg-agent >/dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -le 3 ]; then
|
#if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -le 3 ]; then
|
||||||
exec $AUTOSTART_DISPLAY
|
# exec $AUTOSTART_DISPLAY
|
||||||
fi
|
#fi
|
||||||
|
|
Loading…
Reference in a new issue