Add the network manger to auto start programs 🥰
This commit is contained in:
parent
5fda627c21
commit
e0c5fe95fd
1 changed files with 1 additions and 0 deletions
1
config.h
1
config.h
|
@ -36,6 +36,7 @@ static const char *const autostart[] = {
|
|||
"setxkbmap", "-model", "pc101", "-layout", "us,ar", "-variant", ",,", "-option", "grp:win_space_toggle", NULL,
|
||||
"picom", NULL, // Start compositor , for transparency
|
||||
"nitrogen", "--restore", NULL, // Restores the wallpaper
|
||||
"nm-applet", NULL, // Start the network manger
|
||||
NULL /* terminate */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue