Add auto start prog
This commit is contained in:
parent
dc81ec5ff4
commit
72b9879f2d
1 changed files with 2 additions and 1 deletions
3
config.h
3
config.h
|
@ -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 */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue