Update
This commit is contained in:
parent
011315fdb0
commit
3c2f109a7f
|
@ -35,7 +35,7 @@ for(j = 0; j < desktopsArray.length; j++) {
|
||||||
//
|
//
|
||||||
// widget.currentConfigGroup = ["General"];
|
// widget.currentConfigGroup = ["General"];
|
||||||
// widget.writeConfig("colorizationColor", "#1a7597");
|
// widget.writeConfig("colorizationColor", "#1a7597");
|
||||||
// widget.writeConfig("hideWidget", true);
|
// widget.writeConfig("hideWidget", "true");
|
||||||
// }
|
// }
|
||||||
|
|
||||||
|
|
||||||
|
@ -340,6 +340,22 @@ Plugins.writeEntry("diminactiveEnabled", "true");
|
||||||
Plugins.writeEntry("dimscreenEnabled", "true");
|
Plugins.writeEntry("dimscreenEnabled", "true");
|
||||||
Plugins.writeEntry("fadedesktopEnabled", "true");
|
Plugins.writeEntry("fadedesktopEnabled", "true");
|
||||||
|
|
||||||
|
|
||||||
|
let kinetic = true;
|
||||||
|
|
||||||
|
if (kinetic) {
|
||||||
|
Plugins.writeEntry("kinetic_maximizeEnabled", "true");
|
||||||
|
Plugins.writeEntry("maximizeEnabled", "false");
|
||||||
|
|
||||||
|
Plugins.writeEntry("kinetic_fadingpopupsEnabled", "true");
|
||||||
|
Plugins.writeEntry("fadingpopupsEnabled", "false");
|
||||||
|
|
||||||
|
Plugins.writeEntry("kinetic_scaleEnabled", "true");
|
||||||
|
Plugins.writeEntry("scaleEnabled", "false");
|
||||||
|
|
||||||
|
Plugins.writeEntry("kinetic_squashEnabled", "true");
|
||||||
|
Plugins.writeEntry("squashEnabled", "false");
|
||||||
|
} else {
|
||||||
Plugins.writeEntry("kinetic_maximizeEnabled", "false");
|
Plugins.writeEntry("kinetic_maximizeEnabled", "false");
|
||||||
Plugins.writeEntry("maximizeEnabled", "true");
|
Plugins.writeEntry("maximizeEnabled", "true");
|
||||||
|
|
||||||
|
@ -351,6 +367,8 @@ Plugins.writeEntry("scaleEnabled", "true");
|
||||||
|
|
||||||
Plugins.writeEntry("kinetic_squashEnabled", "false");
|
Plugins.writeEntry("kinetic_squashEnabled", "false");
|
||||||
Plugins.writeEntry("squashEnabled", "true");
|
Plugins.writeEntry("squashEnabled", "true");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
Plugins.writeEntry("kwin4_effect_cornersshaderEnabled", "true");
|
Plugins.writeEntry("kwin4_effect_cornersshaderEnabled", "true");
|
||||||
Plugins.writeEntry("kwin4_effect_fadedesktopEnabled", "true");
|
Plugins.writeEntry("kwin4_effect_fadedesktopEnabled", "true");
|
||||||
|
|
Loading…
Reference in New Issue