aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2023-01-30 21:13:41 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2023-01-30 21:13:41 -0500
commit1305468c428ffa7b3d79aba4f09e01f1f2af4465 (patch)
tree03d9b587fd640ef16bf4c519953d602881958b13
parent2d7bb2b193658a94b52277beef90168014f778e9 (diff)
downloaddwm-master_old2.tar.gz
dwm-master_old2.tar.xz
-rw-r--r--config.h2
-rw-r--r--config.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 33d2c9a..bbd181e 100644
--- a/config.h
+++ b/config.h
@@ -45,7 +45,7 @@ static const Rule rules[] = {
{ "^Evolution$", NULL, NULL, 1<<7, 0, -1 },
{ "^Zotero$", NULL, NULL, 1<<7, 0, -1 },
{ "^Google-chrome$", NULL, NULL, 1<<8, 0, -1 },
- { "^Chromium$", NULL, NULL, 1<<8, 0, -1 },
+ { "^Chromium", NULL, NULL, 1<<8, 0, -1 },
{ "^Firefox$", NULL, NULL, 1<<8, 0, -1 },
{ "^code-oss$", NULL, NULL, 1<<1, 0, -1 },
{ "^jetbrains.*$", NULL, NULL, 1<<2, 0, -1 },
diff --git a/config.mk b/config.mk
index 7084c33..337ec0e 100644
--- a/config.mk
+++ b/config.mk
@@ -18,7 +18,7 @@ XINERAMAFLAGS = -DXINERAMA
FREETYPELIBS = -lfontconfig -lXft
FREETYPEINC = /usr/include/freetype2
# OpenBSD (uncomment)
-#FREETYPEINC = ${X11INC}/freetype2
+FREETYPEINC = ${X11INC}/freetype2
# includes and libs
INCS = -I${X11INC} -I${FREETYPEINC}