Add xcompmgr to auto start array

This commit is contained in:
Anas Elgarhy 2022-04-25 14:50:57 +02:00
parent 72b9879f2d
commit 21b402cc3d
1 changed files with 2 additions and 1 deletions

View File

@ -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 */
};