This commit is contained in:
Valeria Fadeeva 2025-01-14 20:17:59 +05:00
parent 717d279f50
commit 84e592f195
1 changed files with 4 additions and 2 deletions

View File

@ -337,7 +337,8 @@ Buttons.writeEntry("ButtonsOnRight", "IAX");
Decorator = ConfigFile("kwinrc");
Decorator.group = "org.kde.kdecoration2";
Decorator.writeEntry("BorderSize", "Normal");
Decorator.writeEntry("BorderSizeAuto", "false");
// Decorator.writeEntry("BorderSizeAuto", "false");
Decorator.deleteEntry("BorderSizeAuto");
Decorator.writeEntry("library", "org.kde.klassy");
Decorator.writeEntry("theme", "Klassy");
@ -403,7 +404,8 @@ Overview.writeEntry("BorderActivate", 9);
/* Effect-translucency */
Translucency = ConfigFile("kwinrc");
Translucency.group = "Effect-translucency";
Translucency.writeEntry("Inactive", 95);
// Translucency.writeEntry("Inactive", 95);
Translucency.deleteEntry("Inactive");
Translucency.writeEntry("MoveResize", 85);