Updated config

This commit is contained in:
pbentes
2025-05-05 00:22:20 +01:00
parent 3397e3c4a9
commit 33da96a7a7

View File

@ -17,7 +17,7 @@ static const char *colors[SchemeLast][2] = {
[SchemeOut] = { "#000000", "#00ffff" }, [SchemeOut] = { "#000000", "#00ffff" },
}; };
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */ /* -l option; if nonzero, dmenu uses vertical list with given number of lines */
static unsigned int lines = 0; static unsigned int lines = 6;
/* /*
* Characters not considered part of a word while deleting words * Characters not considered part of a word while deleting words