diff --git a/.zshrc.pre b/.zshrc.pre new file mode 100644 index 0000000..d9db9a4 --- /dev/null +++ b/.zshrc.pre @@ -0,0 +1,4 @@ +if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then + source $HOME/.profile + exec sway +fi