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:
parent
a6c3188045
commit
7966777dd5
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user