Update
This commit is contained in:
parent
717d279f50
commit
84e592f195
|
@ -337,7 +337,8 @@ Buttons.writeEntry("ButtonsOnRight", "IAX");
|
||||||
Decorator = ConfigFile("kwinrc");
|
Decorator = ConfigFile("kwinrc");
|
||||||
Decorator.group = "org.kde.kdecoration2";
|
Decorator.group = "org.kde.kdecoration2";
|
||||||
Decorator.writeEntry("BorderSize", "Normal");
|
Decorator.writeEntry("BorderSize", "Normal");
|
||||||
Decorator.writeEntry("BorderSizeAuto", "false");
|
// Decorator.writeEntry("BorderSizeAuto", "false");
|
||||||
|
Decorator.deleteEntry("BorderSizeAuto");
|
||||||
Decorator.writeEntry("library", "org.kde.klassy");
|
Decorator.writeEntry("library", "org.kde.klassy");
|
||||||
Decorator.writeEntry("theme", "Klassy");
|
Decorator.writeEntry("theme", "Klassy");
|
||||||
|
|
||||||
|
@ -403,7 +404,8 @@ Overview.writeEntry("BorderActivate", 9);
|
||||||
/* Effect-translucency */
|
/* Effect-translucency */
|
||||||
Translucency = ConfigFile("kwinrc");
|
Translucency = ConfigFile("kwinrc");
|
||||||
Translucency.group = "Effect-translucency";
|
Translucency.group = "Effect-translucency";
|
||||||
Translucency.writeEntry("Inactive", 95);
|
// Translucency.writeEntry("Inactive", 95);
|
||||||
|
Translucency.deleteEntry("Inactive");
|
||||||
Translucency.writeEntry("MoveResize", 85);
|
Translucency.writeEntry("MoveResize", 85);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue