aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordx <aryadevchavali1@gmail.com>2020-07-07 00:33:47 +0100
committerdx <aryadevchavali1@gmail.com>2020-07-07 00:33:47 +0100
commit33da777d2b01e5ebca4364dfd0346592915b796d (patch)
treed33dd6a443fb8f1fdf80ff3e07418b0f7a2b37ba
parent14d65273030dae7f7a2c3dcf50aadef9080b4cb2 (diff)
downloaddotfiles-33da777d2b01e5ebca4364dfd0346592915b796d.tar.gz
dotfiles-33da777d2b01e5ebca4364dfd0346592915b796d.tar.bz2
dotfiles-33da777d2b01e5ebca4364dfd0346592915b796d.zip
-instant startx, do it myself
-rw-r--r--Shell/.zprofile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Shell/.zprofile b/Shell/.zprofile
index 4cfebc0..9edd62c 100644
--- a/Shell/.zprofile
+++ b/Shell/.zprofile
@@ -22,6 +22,3 @@ export XDG_RUNTIME_DIR=/run/user/`id -u`
setxkbmap gb
figlet dx
/usr/bin/pfetch
-if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
- exec startx
-fi