From 04927ff8e836e8aee997874f770381c366c12d69 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 23 Nov 2019 14:31:14 -0500 Subject: [PATCH] start graphical env on tty1 by def --- .zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zprofile b/.zprofile index 132c317..94151ca 100644 --- a/.zprofile +++ b/.zprofile @@ -36,7 +36,7 @@ export LESS_TERMCAP_ue="$(printf '%b' '')" [ ! -f ~/.config/shortcutrc ] && shortcuts >/dev/null 2>&1 # Start graphical server on tty1 if not already running. -# [ "$(tty)" = "/dev/tty1" ] && ! pgrep -x Xorg >/dev/null && exec startx +[ "$(tty)" = "/dev/tty1" ] && ! pgrep -x Xorg >/dev/null && exec startx # Switch escape and caps if tty: sudo -n loadkeys ~/.local/share/larbs/ttymaps.kmap 2>/dev/null