diff options
| author | stkhan <personal@slickd.xyz> | 2023-08-01 21:25:15 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2023-08-01 21:25:15 -0500 |
| commit | df7aace69384e9816d3548f4921c28d2e9db452a (patch) | |
| tree | 859a147b87feaefb3a9c1e2dd7ac70bfb82a39fa /wm/dwm-6.4/config.h | |
| parent | d623db09e59e5ca2bef5322bf3fcb1fd13176796 (diff) | |
change redshift
Diffstat (limited to 'wm/dwm-6.4/config.h')
| -rw-r--r-- | wm/dwm-6.4/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ }; |