Improve tthe code 🥰
This commit is contained in:
parent
cd7668c000
commit
f8de713afe
1 changed files with 13 additions and 14 deletions
5
config.h
5
config.h
|
@ -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) */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue