auto launch sway on login

This commit is contained in:
2025-06-13 23:04:38 +05:00
parent 1c4d337792
commit 94719ad186

3
.zprofile Normal file
View File

@ -0,0 +1,3 @@
if [[ -z $DISPLAY && $TTY = /dev/tty1 ]]; then
exec sway
fi