diff options
author | Devin J. Pohly <djpohly@gmail.com> | 2020-05-10 13:30:20 -0500 |
---|---|---|
committer | Devin J. Pohly <djpohly@gmail.com> | 2020-05-10 13:30:20 -0500 |
commit | 525bf258e438bd81db917c948b42684201351338 (patch) | |
tree | f3449f935aff49e086b48112d0b68765bf3ee85c /config.def.h | |
parent | 67299a18a5b3aecf4febf2818fdf8140a561df5d (diff) |
switch default term to alacritty
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index b3a278b..52851d6 100644 --- a/config.def.h +++ b/config.def.h @@ -46,7 +46,7 @@ static const struct xkb_rule_names xkb_rules = { { MODKEY|WLR_MODIFIER_CTRL|WLR_MODIFIER_SHIFT,SKEY,toggletag, {.ui = 1 << TAG} } /* commands */ -static const char *termcmd[] = { "kitty", "-o", "linux_display_server=wayland", NULL }; +static const char *termcmd[] = { "alacritty", NULL }; static const Key keys[] = { /* modifier key function argument */ |