diff options
| author | stkhan <personal@slickd.xyz> | 2025-02-26 14:11:52 -0600 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2025-02-26 14:11:52 -0600 |
| commit | e7a2b93d8aabc04543188aff7a0744f17b9fdcef (patch) | |
| tree | 9b56f7bbfdb3ffe8f8a35d419f81b0349f8e4439 | |
| parent | bf166517a5cccf3d0d0931cddeeef1b970054318 (diff) | |
spawn desktop icons
| -rw-r--r-- | wm/dwm-6.4/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wm/dwm-6.4/config.h b/wm/dwm-6.4/config.h index 0cc1a9f..b7a6807 100644 --- a/wm/dwm-6.4/config.h +++ b/wm/dwm-6.4/config.h @@ -30,6 +30,7 @@ static const char *const autostart[] = { "fehbg", NULL, "unclutter", NULL, "dunst", NULL, + "caja", "--force-desktop", NULL, "mpdas", NULL, "picom", NULL, NULL /* terminate */ |