Add picom to auto start array
This commit is contained in:
parent
21b402cc3d
commit
2504958328
1 changed files with 4 additions and 1 deletions
5
config.h
5
config.h
|
@ -30,9 +30,12 @@ static const char *colors[][3] = {
|
|||
};
|
||||
// Autostart programs
|
||||
static const char *const autostart[] = {
|
||||
// Start my build of slstatus
|
||||
"slstatus", NULL,
|
||||
// Keyboard layouts switch (requires setxkbmap)
|
||||
"setxkbmap", "-model", "pc101", "-layout", "us,ar", "-variant", ",,", "-option", "grp:win_space_toggle", NULL,
|
||||
"xcompmgr", NULL,
|
||||
"picom", NULL, // Start compositor , for transparency
|
||||
"nitrogen --restore", NULL, // Restores the wallpaper
|
||||
NULL /* terminate */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue