summaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-11-23 14:31:14 -0500
committerLuke Smith <luke@lukesmith.xyz>2019-11-23 14:31:14 -0500
commit04927ff8e836e8aee997874f770381c366c12d69 (patch)
tree00421ad062986cf6b9c61f05767334dd915cd094 /.zprofile
parent509ccfbeb033a460cee40f46004ce3290338e000 (diff)
downloadeibhear-04927ff8e836e8aee997874f770381c366c12d69.tar.gz
eibhear-04927ff8e836e8aee997874f770381c366c12d69.tar.zst
eibhear-04927ff8e836e8aee997874f770381c366c12d69.zip
start graphical env on tty1 by def
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile2
1 files changed, 1 insertions, 1 deletions
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