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 = {
|
||||
"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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue