Added wezterm to the default terminal list and moved termite to the end of the sane terminal section since it's now deprecated

This commit is contained in:
Scoopta 2023-01-28 17:59:51 -08:00
parent a6c3188045
commit 7966777dd5

View File

@ -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,