diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-11-23 14:31:14 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-11-23 14:31:14 -0500 |
| commit | 04927ff8e836e8aee997874f770381c366c12d69 (patch) | |
| tree | 00421ad062986cf6b9c61f05767334dd915cd094 | |
| parent | 509ccfbeb033a460cee40f46004ce3290338e000 (diff) | |
| download | eibhear-04927ff8e836e8aee997874f770381c366c12d69.tar.gz eibhear-04927ff8e836e8aee997874f770381c366c12d69.tar.zst eibhear-04927ff8e836e8aee997874f770381c366c12d69.zip | |
start graphical env on tty1 by def
| -rw-r--r-- | .zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ export LESS_TERMCAP_ue="$(printf '%b' '[0m')" [ ! -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 |
