Update
This commit is contained in:
parent
717d279f50
commit
84e592f195
|
@ -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);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue