update prep

This commit is contained in:
ackman678
2024-04-17 13:58:46 -04:00
parent bf837a53f5
commit 22c904419a
3 changed files with 44 additions and 33 deletions

View File

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