Add the network manger to auto start programs 🥰

This commit is contained in:
Anas Elgarhy 2022-07-11 21:46:07 +02:00
parent 5fda627c21
commit e0c5fe95fd
1 changed files with 1 additions and 0 deletions

View File

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