Updated bash profile.
This commit is contained in:
parent
fd807bdbf4
commit
6a50246091
@ -17,7 +17,7 @@ export _JAVA_AWT_WM_NONREPARENTING=1
|
||||
|
||||
if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
|
||||
if [[ ! -z "$IS_LAPTOP" ]]; then
|
||||
exec startx
|
||||
exec dbus-run-session sway
|
||||
else
|
||||
exec start-sway.sh
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user