From b62c47c4fb1cf8fd9dcb46df8ac9b51cfa5eb9ff Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 12 Nov 2018 18:26:58 +0100 Subject: [PATCH] pass awesome in tty1 --- zsh/.zprofile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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