From 7966777dd55eead3c9997077135a76d15189efbc Mon Sep 17 00:00:00 2001 From: Scoopta Date: Sat, 28 Jan 2023 17:59:51 -0800 Subject: [PATCH] Added wezterm to the default terminal list and moved termite to the end of the sane terminal section since it's now deprecated --- src/wofi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wofi.c b/src/wofi.c index 8358eff..58fab53 100644 --- a/src/wofi.c +++ b/src/wofi.c @@ -43,7 +43,7 @@ #define PROTO_VERSION(v1, v2) (v1 < v2 ? v1 : v2) -static const char* terminals[] = {"kitty", "termite", "alacritty", "foot", "gnome-terminal", "weston-terminal"}; +static const char* terminals[] = {"kitty", "alacritty", "wezterm", "foot", "termite", "gnome-terminal", "weston-terminal"}; enum location { LOCATION_CENTER,