Add Icon font

This commit is contained in:
Marco Thomas
2021-03-28 01:19:34 +01:00
parent 071a788dbb
commit ff345d3b17
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
dwm
*.o

View File

@@ -9,7 +9,7 @@ static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */ static const int topbar = 1; /* 0 means bottom bar */
static const int swallowfloating = 0; /* 1 means swallow floating windows by default */ static const int swallowfloating = 0; /* 1 means swallow floating windows by default */
static const char *fonts[] = { "Product Sans:size=10", "Stick:size=10" }; static const char *fonts[] = { "Product Sans:size=10", "Stick:size=10", "Material Design Icons:size=10" };
static const char dmenufont[] = "monospace:size=10"; static const char dmenufont[] = "monospace:size=10";
static const unsigned int gappih = 10; /* horiz inner gap between windows */ static const unsigned int gappih = 10; /* horiz inner gap between windows */