From ff345d3b171ebc86b0708f62d2aff5ed08ae617e Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Sun, 28 Mar 2021 01:19:34 +0100 Subject: [PATCH] Add Icon font --- .gitignore | 2 ++ config.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..72c4cc2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +dwm +*.o diff --git a/config.h b/config.h index 6376245..a7407d4 100644 --- a/config.h +++ b/config.h @@ -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 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 unsigned int gappih = 10; /* horiz inner gap between windows */