summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2021-06-26 12:54:24 +1000
committerMaxime Coste <mawww@kakoune.org>2021-06-26 12:54:24 +1000
commit4fd0fc3d806e5e8ed0247063ed273a9fca8324a3 (patch)
treeddc9499fb99decf57b80ba3939a21a15b7e86fd0
parent17c670f52cf28d421793ffc7ebab610357d7ea64 (diff)
parent3fe4367ce0d8b170bcf8807195c2feea0f81f458 (diff)
Merge remote-tracking branch 'alexherbo2/fix-windowing-detection-priority'
-rw-r--r--rc/windowing/detection.kak2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/windowing/detection.kak b/rc/windowing/detection.kak
index b9e474ea..3dc046ea 100644
--- a/rc/windowing/detection.kak
+++ b/rc/windowing/detection.kak
@@ -23,7 +23,7 @@ declare-option -docstring \
"Ordered list of windowing modules to try and load. An empty list disables
both automatic module loading and environment detection, enabling complete
manual control of the module loading." \
-str-list windowing_modules 'tmux' 'screen' 'kitty' 'iterm' 'x11' 'wayland'
+str-list windowing_modules 'tmux' 'screen' 'kitty' 'iterm' 'wayland' 'x11'
hook -group windowing global KakBegin .* %{