From 5cfa6cd75121cde38be64868cae5562ea7c75c81 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Thu, 21 Oct 2021 23:41:23 +0800 Subject: Update config of xinit --- .zprofile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .zprofile (limited to '.zprofile') diff --git a/.zprofile b/.zprofile new file mode 100644 index 0000000..277492d --- /dev/null +++ b/.zprofile @@ -0,0 +1,3 @@ +if [ -z "${DISPLAY}" ] && [ "{XDG_VTNR}" -eq 1 ]; then + exec startx +fi -- cgit v1.2.3