aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zprofile4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zprofile b/.zprofile
index 660aa8a..9bf46ba 100644
--- a/.zprofile
+++ b/.zprofile
@@ -10,9 +10,9 @@ export WM="xmonad"
export QT_QPA_PLATFORMTHEME=gtk2
export ZDOTDIR="$HOME/.config/zsh"
-startx
+/zt/Programs/startpage-server &
+
if [[ "$(tty)" = "dev/tty1" ]]; then
startx
fi
-/zt/Programs/startpage-server & disown # errors out without disown