diff options
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 29c6dbf..ec1f052 100644 --- a/config.def.h +++ b/config.def.h @@ -98,7 +98,7 @@ static const double accel_speed = 0.0;  #define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }  /* commands */ -static const char *termcmd[] = { "alacritty", NULL }; +static const char *termcmd[] = { "foot", NULL };  static const char *menucmd[] = { "bemenu-run", NULL };  static const Key keys[] = { | 
