Improve the code 😃

This commit is contained in:
Anas Elgarhy 2022-04-25 17:49:06 +02:00
parent 0141acebe5
commit 55568d7f2e
1 changed files with 4 additions and 4 deletions

View File

@ -32,12 +32,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,
"slstatus", NULL,
// 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
NULL /* terminate */
NULL /* terminate */
};
/* tagging */