summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h4
-rw-r--r--config.mk1
2 files changed, 1 insertions, 4 deletions
diff --git a/config.h b/config.h
index a466c70..db1793d 100644
--- a/config.h
+++ b/config.h
@@ -40,10 +40,8 @@ static const Rule rules[] = {
{ "steam", "steamwebhelper", "Steam", 0, 0, 0, 0, -1 },
{ "steam", NULL, "Steam Settings", 0, 1, 0, 0, -1 },
{ "qemu-system-x86_64","qemu-system-x86_64",NULL, 0, 1, 0, 0, -1 },
- { "St", "st", NULL, 0, 0, 1, 1, -1 },
+ { "st-256color", "st-256color", NULL, 0, 0, 1, 1, -1 },
{ "stfloat", NULL, NULL, 0, 1, 1, 1, -1 },
- { "STARTER", NULL, NULL, 0, 1, 1, 1, -1 },
- { "mpv", NULL, NULL, 0, 1, 0, 0, -1 },
{ "Nsxiv", NULL, NULL, 0, 1, 0, 0, -1 },
{ "scrcpy", NULL, NULL, 0, 1, 0, 0, -1 },
{ "steam_app_1237950","steam_app_1237950",NULL, 0, 1, 0, 1, -1 },
diff --git a/config.mk b/config.mk
index 43733d1..e655d03 100644
--- a/config.mk
+++ b/config.mk
@@ -28,7 +28,6 @@ LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lX11-xcb -lxcb -lxcb-r
# flags
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
-#CFLAGS = -g -std=c99 -pedantic -Wall -O3 ${INCS} ${CPPFLAGS}
CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -O3 -march=native ${INCS} ${CPPFLAGS}
LDFLAGS = ${LIBS}