diff --git a/zsh/.zprofile b/zsh/.zprofile index 44cb445..5506f98 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -3,8 +3,8 @@ if [ -d "$HOME/.local/bin" ]; then fi if [ -f "/bin/Xorg" ]; then - [[ $(tty) == '/dev/tty1' ]] && startx ~/.xinitrc i3 - [[ $(tty) == '/dev/tty3' ]] && startx ~/.xinitrc awesome + [[ $(tty) == '/dev/tty1' ]] && startx ~/.xinitrc awesome + [[ $(tty) == '/dev/tty3' ]] && startx ~/.xinitrc i3 fi if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty2 ]] && [[ -z $XDG_SESSION_TYPE ]]; then XDG_SESSION_TYPE=wayland exec dbus-run-session gnome-session