From 1c73c45e1f299a754cd2ccc045b1cd51148a1d66 Mon Sep 17 00:00:00 2001 From: Mathieu Ablasou Date: Mon, 23 Nov 2020 17:26:53 +0100 Subject: Configuration: Add example of windowing configuration --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3e24c37..ef4d140 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,13 @@ as well as a set of officially supported [modules] (Kakoune commands to programs ### Optional integrations +- [alacritty.kak] - [explore.kak] - [terminal-mode.kak] - [yank-ring.kak] - [batch.kak] +[alacritty.kak]: https://github.com/alexherbo2/alacritty.kak [explore.kak]: https://github.com/alexherbo2/explore.kak [terminal-mode.kak]: https://github.com/alexherbo2/terminal-mode.kak [yank-ring.kak]: https://github.com/alexherbo2/yank-ring.kak @@ -170,6 +172,12 @@ use the alias `:a` or `a` to reattach back and forth inside a `kak-shell` # Modules require-module connect-fzf +# Windowing +hook global ModuleLoaded x11 %{ + alias global terminal alacritty + alias global popup alacritty-popup +} + # Explore files and buffers with fzf alias global explore-files fzf-files alias global explore-buffers fzf-buffers -- cgit v1.2.3