diff options
| author | stkhan <personal@slickd.xyz> | 2021-06-17 14:17:57 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-06-17 14:17:57 -0500 |
| commit | 1d97794024f70dcb9354ca98fcff86a060fc95e7 (patch) | |
| tree | 22b45b6a6f8a575da2be76503abd518444fbc60f /dwm-6.2/config.h | |
| parent | c63daf9b566b40137fa2aa880dc76b46c1c58896 (diff) | |
Added picom_run script
Diffstat (limited to 'dwm-6.2/config.h')
| -rw-r--r-- | dwm-6.2/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm-6.2/config.h b/dwm-6.2/config.h index bc651af..18c93cb 100644 --- a/dwm-6.2/config.h +++ b/dwm-6.2/config.h @@ -22,7 +22,7 @@ static const char *colors[][3] = { static const char *const autostart[] = { "st", NULL, - "picom", NULL, + "picom_run", NULL, "fehbg", NULL, "dunst", NULL, "dwmblocks", NULL, |