dwm config wasnt updated

This commit is contained in:
kaoplo 2022-12-30 13:41:33 +01:00
parent aa773f73ef
commit 9afd503e1e

View file

@ -8,10 +8,10 @@ static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = {
"monospace:size=14",
"Nerd Font:size=14:antialias=true",
"verdana:size=14",
"Nerd Font:size=16:antialias=true",
};
static const char dmenufont[] = "monospace:size=14";
static const char dmenufont[] = "verdana:size=14";
static const char col_gray1[] = "#222222";
static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#bbbbbb";
@ -24,7 +24,7 @@ static const char *colors[][3] = {
};
/* tagging */
static const char *tags[] = { "term", "web", "game", "disc", "misc"};
static const char *tags[] = { "", "", "", "", "", "", "", "", ""};
static const Rule rules[] = {
/* xprop(1):