config.h: dwm defaults
This commit is contained in:
parent
e00e39e466
commit
c4601b7c5c
1 changed files with 2 additions and 2 deletions
4
config.h
4
config.h
|
@ -1,6 +1,6 @@
|
|||
/* appearance */
|
||||
static const int showbar = 0; /* 0 means no bar */
|
||||
static const int topbar = 0; /* 0 means bottom bar */
|
||||
static const int showbar = 1; /* 0 means no bar */
|
||||
static const int topbar = 1; /* 0 means bottom bar */
|
||||
static const char *fonts[] = { "monospace:size=10" };
|
||||
static uint32_t colors[][3] = {
|
||||
/* fg bg */
|
||||
|
|
Loading…
Add table
Reference in a new issue