diff --git a/config.h b/config.h index ee4b51d..081ddb0 100644 --- a/config.h +++ b/config.h @@ -22,7 +22,6 @@ static const char *fonts[] = { "NotoColorEmoji:pixelsize=12:antialias=true:autohint=true" }; - /* colors */ static const char normbordercolor[] = "#3B4252"; static const char normbgcolor[] = "#2E3440"; @@ -37,7 +36,6 @@ static const char *colors[][3] = { [SchemeSel] = { selfgcolor, selbgcolor, selbordercolor }, }; - /* autostart */ static const char *const autostart[] = { "xset", "s", "off", NULL,