Kde/plasma: update configFile config
This commit is contained in:
parent
8aaa524fce
commit
6b3003972d
1 changed files with 7 additions and 7 deletions
|
|
@ -155,16 +155,16 @@ in {
|
||||||
};
|
};
|
||||||
configFile = {
|
configFile = {
|
||||||
"kwinrc" = {
|
"kwinrc" = {
|
||||||
"org.kde.kdecoration2"."BorderSize" = "None";
|
"org.kde.kdecoration2"."BorderSize".value = "None";
|
||||||
"Desktops" = {
|
"Desktops" = {
|
||||||
"Number" = 2;
|
"Number".value = 2;
|
||||||
"Rows" = 1;
|
"Rows".value = 1;
|
||||||
};
|
};
|
||||||
"TabBox"."LayoutName" = "thumbnail_grid";
|
"TabBox"."LayoutName".value = "thumbnail_grid";
|
||||||
};
|
};
|
||||||
"kdeglobals"."General"."AccentColor" = null;
|
"kdeglobals"."General"."AccentColor".value = null;
|
||||||
"auroraerc"."CatppuccinMocha-Classic"."ButtonSize" = 0;
|
"auroraerc"."CatppuccinMocha-Classic"."ButtonSize".value = 0;
|
||||||
"plasmanotifyrc"."Notifications"."NormalAlwaysOnTop" = true;
|
"plasmanotifyrc"."Notifications"."NormalAlwaysOnTop".value = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue