Add auto start prog

This commit is contained in:
Anas Elgarhy 2022-04-25 14:40:12 +02:00
parent dc81ec5ff4
commit 72b9879f2d

View file

@ -30,7 +30,8 @@ static const char *colors[][3] = {
};
// Autostart programs
static const char *const autostart[] = {
"st", NULL,
"slstatus", NULL,
"setxkbmap", "-model", "pc101", "-layout", "us,ru", "-variant", ",,", "-option", "grp:win_space_toggle", NULL,
NULL /* terminate */
};