start graphical env on tty1 by def
This commit is contained in:
parent
509ccfbeb0
commit
04927ff8e8
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ export LESS_TERMCAP_ue="$(printf '%b' '[0m')"
|
||||||
[ ! -f ~/.config/shortcutrc ] && shortcuts >/dev/null 2>&1
|
[ ! -f ~/.config/shortcutrc ] && shortcuts >/dev/null 2>&1
|
||||||
|
|
||||||
# Start graphical server on tty1 if not already running.
|
# 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:
|
# Switch escape and caps if tty:
|
||||||
sudo -n loadkeys ~/.local/share/larbs/ttymaps.kmap 2>/dev/null
|
sudo -n loadkeys ~/.local/share/larbs/ttymaps.kmap 2>/dev/null
|
||||||
|
|
Loading…
Reference in a new issue