Updated bash profile.

This commit is contained in:
Sheldon Lee 2022-08-16 20:01:59 +08:00
parent fd807bdbf4
commit 6a50246091

View File

@ -17,7 +17,7 @@ export _JAVA_AWT_WM_NONREPARENTING=1
if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
if [[ ! -z "$IS_LAPTOP" ]]; then if [[ ! -z "$IS_LAPTOP" ]]; then
exec startx exec dbus-run-session sway
else else
exec start-sway.sh exec start-sway.sh
fi fi