effects: Enable the scale effect by default

It looks fancier than the fade effect.
master
Vlad Zahorodnii 3 years ago
parent 1322b52b03
commit dfe69a6784

@ -79,3 +79,9 @@ Id=remove-xrender-backend
File=kwinrc File=kwinrc
Group=Compositing Group=Compositing
Script=kwin-5.23-remove-xrender-backend.py,python3 Script=kwin-5.23-remove-xrender-backend.py,python3
# Enable the Scale effect by default.
Id=enable-scale-effect-by-default
File=kwinrc
Group=Plugins
Key=kwin4_effect_fadeEnabled,kwin4_effect_scaleEnabled

@ -158,6 +158,6 @@ X-KDE-PluginInfo-Name=kwin4_effect_fade
X-KDE-PluginInfo-Version=0.2.0 X-KDE-PluginInfo-Version=0.2.0
X-KDE-PluginInfo-Category=Window Open/Close Animation X-KDE-PluginInfo-Category=Window Open/Close Animation
X-KDE-PluginInfo-License=GPL X-KDE-PluginInfo-License=GPL
X-KDE-PluginInfo-EnabledByDefault=true X-KDE-PluginInfo-EnabledByDefault=false
X-KDE-Ordering=60 X-KDE-Ordering=60
X-KWin-Exclusive-Category=toplevel-open-close-animation X-KWin-Exclusive-Category=toplevel-open-close-animation

@ -82,7 +82,7 @@ X-KDE-PluginInfo-Name=kwin4_effect_scale
X-KDE-PluginInfo-Version=1 X-KDE-PluginInfo-Version=1
X-KDE-PluginInfo-Category=Window Open/Close Animation X-KDE-PluginInfo-Category=Window Open/Close Animation
X-KDE-PluginInfo-License=GPL X-KDE-PluginInfo-License=GPL
X-KDE-PluginInfo-EnabledByDefault=false X-KDE-PluginInfo-EnabledByDefault=true
X-KDE-Ordering=60 X-KDE-Ordering=60
X-Plasma-API=javascript X-Plasma-API=javascript
X-Plasma-MainScript=code/main.js X-Plasma-MainScript=code/main.js

Loading…
Cancel
Save