ZSH: déplacement de code pour le démarrage de la session graphique
This commit is contained in:
parent
da32cc9692
commit
a66889f5bc
@ -1 +1,6 @@
|
||||
emulate sh -c '. ~/.profile'
|
||||
|
||||
# Start X automatically
|
||||
if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
|
||||
exec startx
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user