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