From 3fe4367ce0d8b170bcf8807195c2feea0f81f458 Mon Sep 17 00:00:00 2001 From: Taupiqueur Date: Mon, 21 Jun 2021 16:05:09 +0200 Subject: [PATCH] Fix windowing detection priority --- rc/windowing/detection.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .* %{