From df7aace69384e9816d3548f4921c28d2e9db452a Mon Sep 17 00:00:00 2001 From: stkhan Date: Tue, 1 Aug 2023 21:25:15 -0500 Subject: change redshift --- wm/dwm-6.4/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wm') diff --git a/wm/dwm-6.4/config.h b/wm/dwm-6.4/config.h index 5f0067b..0cc1a9f 100644 --- a/wm/dwm-6.4/config.h +++ b/wm/dwm-6.4/config.h @@ -25,7 +25,6 @@ static const char *colors[][3] = { }; static const char *const autostart[] = { - "redshift_run", NULL, "xsetroot", "-name", "Loading dwmblocks...", NULL, "dwmblocks", NULL, "fehbg", NULL, @@ -47,6 +46,7 @@ static const Rule rules[] = { /* class instance title tags mask isfloating isterminal noswallow monitor */ { "Gimp", NULL, NULL, 0, 1, 0, 0, -1 }, { "Firefox", NULL, NULL, 1 << 8, 0, 0, -1, -1 }, + { "YAD", NULL, NULL, 0, 1, 0, 1, -1 }, { "st", NULL, NULL, 0, 0, 1, 0, -1 }, { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */ }; -- cgit v1.2.3