diff options
author | dx <aryadevchavali1@gmail.com> | 2020-07-07 00:33:47 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-07-07 00:33:47 +0100 |
commit | 33da777d2b01e5ebca4364dfd0346592915b796d (patch) | |
tree | d33dd6a443fb8f1fdf80ff3e07418b0f7a2b37ba /Shell/.zprofile | |
parent | 14d65273030dae7f7a2c3dcf50aadef9080b4cb2 (diff) | |
download | dotfiles-33da777d2b01e5ebca4364dfd0346592915b796d.tar.gz dotfiles-33da777d2b01e5ebca4364dfd0346592915b796d.tar.bz2 dotfiles-33da777d2b01e5ebca4364dfd0346592915b796d.zip |
-instant startx, do it myself
Diffstat (limited to 'Shell/.zprofile')
-rw-r--r-- | Shell/.zprofile | 3 |
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 |