Kde/plasma: update configFile config

This commit is contained in:
Toast 2024-04-01 14:41:55 +02:00
parent 8aaa524fce
commit 6b3003972d

View file

@ -155,16 +155,16 @@ in {
};
configFile = {
"kwinrc" = {
"org.kde.kdecoration2"."BorderSize" = "None";
"org.kde.kdecoration2"."BorderSize".value = "None";
"Desktops" = {
"Number" = 2;
"Rows" = 1;
"Number".value = 2;
"Rows".value = 1;
};
"TabBox"."LayoutName" = "thumbnail_grid";
"TabBox"."LayoutName".value = "thumbnail_grid";
};
"kdeglobals"."General"."AccentColor" = null;
"auroraerc"."CatppuccinMocha-Classic"."ButtonSize" = 0;
"plasmanotifyrc"."Notifications"."NormalAlwaysOnTop" = true;
"kdeglobals"."General"."AccentColor".value = null;
"auroraerc"."CatppuccinMocha-Classic"."ButtonSize".value = 0;
"plasmanotifyrc"."Notifications"."NormalAlwaysOnTop".value = true;
};
};
}