summaryrefslogtreecommitdiff
path: root/wm/dwm-6.4/config.h
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2023-06-13 17:14:48 -0500
committerstkhan <personal@slickd.xyz>2023-06-13 17:14:48 -0500
commit27d2f5ed001397dbcc23b3d55708502b8488e88a (patch)
tree7ee3dd61190a096e7f64e66239981f85a4da6d27 /wm/dwm-6.4/config.h
parentdb14a74d6a24f0c4402ffc953cbe372cc408ebf8 (diff)
Remove warnings on compile and change redshift cmd
Diffstat (limited to 'wm/dwm-6.4/config.h')
-rw-r--r--wm/dwm-6.4/config.h4
1 files changed, 2 insertions, 2 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,