Enable sway on tty2

This commit is contained in:
Pavle Portic 2023-11-21 18:47:46 +01:00
parent ba3a1c5093
commit 74e47646af
Signed by: TheEdgeOfRage
GPG Key ID: 66AD4BA646FBC0D2
1 changed files with 2 additions and 1 deletions

View File

@ -65,4 +65,5 @@ fi
# startx on tty1
[[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]] && exec startx -- vt1
# [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]] && exec sway --unsupported-gpu
# sway on tty2
[[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty2 ]] && exec sway --unsupported-gpu