mv zlogin to zprofile
This commit is contained in:
parent
41a18d9805
commit
ccb6aa6a8d
@ -1 +0,0 @@
|
|||||||
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx >> ~/.xlogs 2>&1
|
|
||||||
4
light/zprofile
Normal file
4
light/zprofile
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
if systemctl -q is-active graphical.target && [[ $(tty) = "/dev/tty1" ]] && [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]]; then
|
||||||
|
exec startx >> ~/.xlogs 2>&1
|
||||||
|
fi
|
||||||
Loading…
x
Reference in New Issue
Block a user