commit fec3da477f41908b9698aebb466d14a587553869 parent 40a966fd62b9349a11a5f4a838e9aca878aa138b Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de> Date: Thu, 19 Dec 2019 23:51:53 +0100 Autostart X Diffstat:
M | zsh/zshrc | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/zsh/zshrc b/zsh/zshrc @@ -195,3 +195,8 @@ else fi unset __conda_setup # <<< conda initialize <<< + +# Start X +if [[ "$(tty)" = "/dev/tty1" ]]; then + pgrep dwm || startx +fi