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 = { 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;
}; };
}; };
} }