diff --git a/.zprofile b/.zprofile new file mode 100644 index 0000000..155aea4 --- /dev/null +++ b/.zprofile @@ -0,0 +1,3 @@ +if [[ -z $DISPLAY && $TTY = /dev/tty1 ]]; then + exec sway +fi