Fix x11 overriding tmux
This commit is contained in:
parent
aa6d19bee6
commit
49b00992ca
|
@ -1,7 +1,7 @@
|
||||||
# x11
|
# x11
|
||||||
|
|
||||||
hook global KakBegin .* %sh{
|
hook global KakBegin .* %sh{
|
||||||
if [ -n "$DISPLAY" ]; then
|
if [ -n "$DISPLAY" && [ -z "$TMUX" ]; then
|
||||||
echo "require-module x11"
|
echo "require-module x11"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user