From 755ab240888c157af6085d9a962d5d18f36c2017 Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Wed, 5 Jun 2013 17:10:21 +0200 Subject: [PATCH] automatic startx on first terminal --- zsh/zprofile.symlink | 1 + 1 file changed, 1 insertion(+) create mode 100644 zsh/zprofile.symlink diff --git a/zsh/zprofile.symlink b/zsh/zprofile.symlink new file mode 100644 index 0000000..70b7059 --- /dev/null +++ b/zsh/zprofile.symlink @@ -0,0 +1 @@ +[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx