diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-30 21:13:41 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-30 21:13:41 -0500 |
| commit | 1305468c428ffa7b3d79aba4f09e01f1f2af4465 (patch) | |
| tree | 03d9b587fd640ef16bf4c519953d602881958b13 | |
| parent | 2d7bb2b193658a94b52277beef90168014f778e9 (diff) | |
| download | dwm-master_old2.tar.gz dwm-master_old2.tar.xz | |
OpenBSDmaster_old2
| -rw-r--r-- | config.h | 2 | ||||
| -rw-r--r-- | config.mk | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 }, @@ -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} |
