[fish] Fixes errors with TMUX and XDisplay
This commit is contained in:
parent
f141d735aa
commit
19f97ac547
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ end
|
||||||
|
|
||||||
# Start X at login
|
# Start X at login
|
||||||
if status is-login
|
if status is-login
|
||||||
if test -z "$DISPLAY" -a "$XDG_VTNR" = 1
|
if test -z "$DISPLAY" -a "$XDG_VTNR" = 1 -a -z "$TMUX"
|
||||||
exec startx -- -keeptty
|
exec startx -- -keeptty
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue