diff options
| author | Maxime Coste <mawww@kakoune.org> | 2021-06-26 12:54:24 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2021-06-26 12:54:24 +1000 |
| commit | 4fd0fc3d806e5e8ed0247063ed273a9fca8324a3 (patch) | |
| tree | ddc9499fb99decf57b80ba3939a21a15b7e86fd0 | |
| parent | 17c670f52cf28d421793ffc7ebab610357d7ea64 (diff) | |
| parent | 3fe4367ce0d8b170bcf8807195c2feea0f81f458 (diff) | |
Merge remote-tracking branch 'alexherbo2/fix-windowing-detection-priority'
| -rw-r--r-- | rc/windowing/detection.kak | 2 |
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 .* %{ |
