refresh fix

This commit is contained in:
Your Name 2025-09-29 20:46:10 -06:00
parent 5288d00f10
commit 697091b101

View File

@ -20,6 +20,8 @@ static const char *colors[][3] = {
[SchemeSel] = { col_gray4, col_cyan, col_cyan },
};
static const int refreshrate = 60; /* Hz — set to your monitor's rate (e.g., 60/120/144/165) */
/* tagging */
static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };