Added alacritty to the default terminal list
This commit is contained in:
parent
c85bb48ba7
commit
a32fa82b12
@ -39,7 +39,7 @@
|
|||||||
#include <pango/pango.h>
|
#include <pango/pango.h>
|
||||||
#include <gdk/gdkwayland.h>
|
#include <gdk/gdkwayland.h>
|
||||||
|
|
||||||
static const char* terminals[] = {"kitty", "termite", "gnome-terminal", "weston-terminal"};
|
static const char* terminals[] = {"kitty", "termite", "alacritty", "gnome-terminal", "weston-terminal"};
|
||||||
|
|
||||||
enum matching_mode {
|
enum matching_mode {
|
||||||
MATCHING_MODE_CONTAINS,
|
MATCHING_MODE_CONTAINS,
|
||||||
|
Loading…
Reference in New Issue
Block a user