Fix nitrogen auto start command

This commit is contained in:
Anas Elgarhy 2022-04-27 22:47:22 +02:00
parent 55568d7f2e
commit e47b3d4f08
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ static const char *const autostart[] = {
// Keyboard layouts switch (requires setxkbmap)
"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
"nitrogen", "--restore", NULL, // Restores the wallpaper
NULL /* terminate */
};