From 1305468c428ffa7b3d79aba4f09e01f1f2af4465 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Mon, 30 Jan 2023 21:13:41 -0500 Subject: OpenBSD --- config.h | 2 +- config.mk | 2 +- 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} -- cgit v1.2.3