From ea8daabbd122c59e08122b7e8246d7df9fd07fd5 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Wed, 1 Oct 2025 23:01:17 +0100 Subject: Auto start sway on login --- dot-profile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dot-profile b/dot-profile index 050b24f..fcf834b 100755 --- a/dot-profile +++ b/dot-profile @@ -61,3 +61,8 @@ fi # GUI THEMES export QT_QPA_PLATFORMTHEME=gtk3 +# START SWAY +if [ -z $DISPLAY ] && [ $(tty) = /dev/tty1 ]; then + export XDG_CURRENT_DESKTOP=sway + dbus-run-session sway +fi -- cgit