Proper border patch for dmenu.

This commit is contained in:
Bartek Stalewski 2021-08-29 16:58:09 +02:00
parent 588033fe24
commit 1baec69733
7 changed files with 83 additions and 32 deletions

View file

@ -4,8 +4,7 @@
static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
/* -fn option overrides fonts[0]; default X11 font or font set */
static const char *fonts[] = {
"JetBrainsMOno Nerd Font Mono:style=Medium:pixelsize=14",
"JoyPixels:pixelsize=12"
"monospace:size=10"
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {
@ -24,4 +23,4 @@ static unsigned int lines = 0;
static const char worddelimiters[] = " ";
/* Size of the window border */
static const unsigned int border_width = 5;
static unsigned int border_width = 5;