From 2171f213d6c7d0443c52b736b12f4394b4e34655 Mon Sep 17 00:00:00 2001 From: Julian T Date: Mon, 13 Jan 2020 12:51:33 +0100 Subject: Switched xlaunch system --- xinit/.zprofile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 xinit/.zprofile (limited to 'xinit/.zprofile') diff --git a/xinit/.zprofile b/xinit/.zprofile new file mode 100644 index 0000000..b78f84a --- /dev/null +++ b/xinit/.zprofile @@ -0,0 +1,3 @@ +if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then + exec startx +fi -- cgit v1.2.3