diff --git a/rc/windowing/x11.kak b/rc/windowing/x11.kak index a1a747cf..0bf457b0 100644 --- a/rc/windowing/x11.kak +++ b/rc/windowing/x11.kak @@ -1,7 +1,7 @@ # x11 hook global KakBegin .* %sh{ - if [ -n "$DISPLAY" ]; then + if [ -n "$DISPLAY" && [ -z "$TMUX" ]; then echo "require-module x11" fi }