aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}