From a3610206324075cfa645bff8c9289c54beaca667 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 24 Jan 2022 21:16:45 +1100 Subject: [PATCH] Recognize foot as a wayland terminal --- rc/windowing/wayland.kak | 1 + 1 file changed, 1 insertion(+) diff --git a/rc/windowing/wayland.kak b/rc/windowing/wayland.kak index 870fb4c7..04c7ebdc 100644 --- a/rc/windowing/wayland.kak +++ b/rc/windowing/wayland.kak @@ -14,6 +14,7 @@ A shell command is appended to the one set in this option at runtime} \ str termcmd %sh{ for termcmd in 'alacritty -e sh -c' \ 'kitty sh -c' \ + 'foot sh -c' \ 'termite -e ' \ 'wterm -e sh -c' \ 'gnome-terminal -e ' \