Add xcompmgr to auto start array
This commit is contained in:
parent
72b9879f2d
commit
21b402cc3d
1 changed files with 2 additions and 1 deletions
3
config.h
3
config.h
|
@ -31,7 +31,8 @@ static const char *colors[][3] = {
|
|||
// Autostart programs
|
||||
static const char *const autostart[] = {
|
||||
"slstatus", NULL,
|
||||
"setxkbmap", "-model", "pc101", "-layout", "us,ru", "-variant", ",,", "-option", "grp:win_space_toggle", NULL,
|
||||
"setxkbmap", "-model", "pc101", "-layout", "us,ar", "-variant", ",,", "-option", "grp:win_space_toggle", NULL,
|
||||
"xcompmgr", NULL,
|
||||
NULL /* terminate */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue