This commit is contained in:
jackman
2024-04-27 13:41:14 -04:00
parent a2a1008849
commit fe247039dd
5 changed files with 20 additions and 16 deletions

View File

@@ -10,8 +10,8 @@
# fi
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
exec sway
#exec sway -d 2> ~/sway.log
#exec sway
exec sway -d 2> ~/sway.log
fi
# if [[ -z $DISPLAY && $(tty) == /dev/tty1 && $XDG_SESSION_TYPE == tty ]]; then