Adding cool autostart patch

This commit is contained in:
bakkeby
2020-08-10 10:22:21 +02:00
parent 85dd49a6a4
commit dfe1c40563
8 changed files with 96 additions and 2 deletions

View File

@ -302,6 +302,13 @@ char *statuscolors[][ColCount] = {
};
#endif // BAR_POWERLINE_STATUS_PATCH
#if COOL_AUTOSTART_PATCH
static const char *const autostart[] = {
"st", NULL,
NULL /* terminate */
};
#endif // COOL_AUTOSTART_PATCH
#if SCRATCHPADS_PATCH
const char *spcmd1[] = {"st", "-n", "spterm", "-g", "120x34", NULL };
const char *spcmd2[] = {"st", "-n", "spfm", "-g", "144x41", "-e", "ranger", NULL };