Conform dmenu border to dwm's

This commit is contained in:
Hektor Misplon
2021-01-08 22:32:50 +01:00
parent ade1bdb3bd
commit 0fb9450587
5 changed files with 25 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ static const char *colors[SchemeLast][2] = {
/* fg bg */
[SchemeNorm] = { "#555555", "#111111" },
[SchemeSel] = { "#eeeeee", "#111111" },
[SchemeOut] = { "#eeeeee", "#eeeeee" },
[SchemeOut] = { "#eeeeee", "#333333" },
};
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */
static unsigned int lines = 9;