Improve tthe code 🥰

This commit is contained in:
Anas Elgarhy 2022-07-10 08:33:23 +02:00
parent cd7668c000
commit f8de713afe

View file

@ -35,8 +35,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
"wal", "-i" ,"/mnt/Data/Personalize/Wallpapers/y7r781tsgoa81.png", NULL, // Change backround and color theame
NULL /* terminate */ NULL /* terminate */
}; };
@ -52,7 +51,7 @@ static const Rule rules[] = {
/* class instance title tags mask isfloating monitor */ /* class instance title tags mask isfloating monitor */
{ "Gimp", NULL, NULL, 0, 1, -1 }, { "Gimp", NULL, NULL, 0, 1, -1 },
{ WEBBROWSER, NULL, NULL, 1 << 8, 0, -1 }, { WEBBROWSER, NULL, NULL, 1 << 8, 0, -1 },
{ "Plasma", NULL, NULL, 0, 1, -1 }, { "Plasma", NULL, "Plasma", 0, 1, -1 },
}; };
/* layout(s) */ /* layout(s) */