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
|
||||
|
||||
#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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue