config.h: dwm defaults

This commit is contained in:
sewn 2024-08-30 18:25:04 +03:00
parent e00e39e466
commit c4601b7c5c
No known key found for this signature in database

View file

@ -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 */