diff options
| -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 */ }; |