diff options
Diffstat (limited to 'wm/dwm-6.3')
| -rw-r--r-- | wm/dwm-6.3/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wm/dwm-6.3/config.h b/wm/dwm-6.3/config.h index d998bc5..8116730 100644 --- a/wm/dwm-6.3/config.h +++ b/wm/dwm-6.3/config.h @@ -29,8 +29,8 @@ static const unsigned int alphas[][3] = { }; static const char *const autostart[] = { + "redshift_run", NULL, "xsetroot", "-name", "Loading dwmblocks...", NULL, - "source", "/tmp/display", "&", "autorandr", "-l", "$(echo $display)", NULL, "dwmblocks", NULL, "fehbg", NULL, "dunst", NULL, |