diff --git a/config.h b/config.h index 07fbcb1c..eded3481 100644 --- a/config.h +++ b/config.h @@ -10,9 +10,9 @@ #include "wayland.h" #ifdef HAVE_TERMINFO - #define DEFAULT_TERM "foot" + #define DEFAULT_TERM "foot" #else - #define DEFAULT_TERM "xterm-256color" + #define DEFAULT_TERM "xterm-256color" #endif enum conf_size_type {CONF_SIZE_PX, CONF_SIZE_CELLS};