Fix nitrogen auto start command
This commit is contained in:
parent
55568d7f2e
commit
e47b3d4f08
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
@ -36,7 +36,7 @@ static const char *const autostart[] = {
|
||||||
// Keyboard layouts switch (requires setxkbmap)
|
// Keyboard layouts switch (requires setxkbmap)
|
||||||
"setxkbmap", "-model", "pc101", "-layout", "us,ar", "-variant", ",,", "-option", "grp:win_space_toggle", NULL,
|
"setxkbmap", "-model", "pc101", "-layout", "us,ar", "-variant", ",,", "-option", "grp:win_space_toggle", NULL,
|
||||||
"picom", NULL, // Start compositor , for transparency
|
"picom", NULL, // Start compositor , for transparency
|
||||||
"nitrogen --restore", NULL, // Restores the wallpaper
|
"nitrogen", "--restore", NULL, // Restores the wallpaper
|
||||||
NULL /* terminate */
|
NULL /* terminate */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue