tmux fix
This commit is contained in:
parent
83b1b83d24
commit
1adb9b9002
1 changed files with 1 additions and 1 deletions
2
.profile
2
.profile
|
@ -27,7 +27,7 @@ export LESS_TERMCAP_ue=$'\E[0m' # reset underline
|
|||
[ -f ~/.bashrc ] && source ~/.bashrc
|
||||
|
||||
# Start graphical server if i3 not already running.
|
||||
[ "$(tty)" = "/dev/tty1" ] && pgrep -x i3 >/dev/null || exec startx
|
||||
[ "$(tty)" = "/dev/tty1" ] && ! pgrep -x i3 >/dev/null && exec startx
|
||||
|
||||
# Switch escape and caps and use wal colors if tty:
|
||||
sudo -n loadkeys ~/.scripts/ttymaps.kmap 2>/dev/null
|
||||
|
|
Loading…
Reference in a new issue