aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-04-25 14:14:00 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-04-25 14:14:00 +0530
commit7f53350581dfbc4054590a0415815ad765958b98 (patch)
treeb7ae95871a53f78cfe78ecac2d029c45b74356ab
parent3f696853a02c89f3d0a333fea73d74e4594b78c7 (diff)
Now the .zprofile is actually error free AFTER 3 WRONG COMMITS
-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