Cleaning up dwm.

This commit is contained in:
Derek Taylor
2020-03-10 19:41:11 -05:00
parent 3ec12d3d38
commit 4978b295b7
6 changed files with 119 additions and 29 deletions

View File

@@ -8,7 +8,7 @@ static int min_width = 600; /* minimum width when centered */
static const char *fonts[] = {
"Mononoki Nerd Font:size=10"
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {
/* fg bg */
[SchemeNorm] = { "#bbc5ff", "#282a36" },
@@ -29,4 +29,4 @@ static unsigned int lineheight = 22; /* -h option; minimum height of a m
static const char worddelimiters[] = " ";
/* Size of the window border */
static unsigned int border_width = 1;
static unsigned int border_width = 0; /* -bw option; to add border width */