Improve the code 😃
This commit is contained in:
parent
0141acebe5
commit
55568d7f2e
1 changed files with 4 additions and 4 deletions
8
config.h
8
config.h
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue