summaryrefslogtreecommitdiff
path: root/wm/dwm-6.4
diff options
context:
space:
mode:
Diffstat (limited to 'wm/dwm-6.4')
-rw-r--r--wm/dwm-6.4/config.h4
-rw-r--r--wm/dwm-6.4/config.mk2
2 files changed, 3 insertions, 3 deletions
diff --git a/wm/dwm-6.4/config.h b/wm/dwm-6.4/config.h
index bfc5e0e..5f0067b 100644
--- a/wm/dwm-6.4/config.h
+++ b/wm/dwm-6.4/config.h
@@ -25,8 +25,8 @@ static const char *colors[][3] = {
};
static const char *const autostart[] = {
- "redshift", "-l", "$(curl -s https://location.services.mozilla.com/v1/geolocate?key=geoclue | jq -r '\(.location.lat:\(.location.lng\)'", NULL,
- "xsetroot", "-name", "Loading dwmblocks...", NULL,
+ "redshift_run", NULL,
+ "xsetroot", "-name", "Loading dwmblocks...", NULL,
"dwmblocks", NULL,
"fehbg", NULL,
"unclutter", NULL,
diff --git a/wm/dwm-6.4/config.mk b/wm/dwm-6.4/config.mk
index 8847583..e4ba4ee 100644
--- a/wm/dwm-6.4/config.mk
+++ b/wm/dwm-6.4/config.mk
@@ -28,7 +28,7 @@ LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lImlib2 -lXrender -lX1
# flags
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
#CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
-CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os ${INCS} ${CPPFLAGS}
+CFLAGS = -std=c99 -pedantic -Wno-deprecated-declarations -Os ${INCS} ${CPPFLAGS}
LDFLAGS = ${LIBS}
# Solaris