From 94719ad186b8d65e478e202cf9d45062a2fcdc5c Mon Sep 17 00:00:00 2001 From: Nikita Bykov Date: Fri, 13 Jun 2025 23:04:38 +0500 Subject: [PATCH] auto launch sway on login --- .zprofile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .zprofile 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