effects: Enable the scale effect by default
It looks fancier than the fade effect.
This commit is contained in:
parent
1322b52b03
commit
dfe69a6784
3 changed files with 8 additions and 2 deletions
|
@ -79,3 +79,9 @@ Id=remove-xrender-backend
|
|||
File=kwinrc
|
||||
Group=Compositing
|
||||
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-Category=Window Open/Close Animation
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
X-KDE-PluginInfo-EnabledByDefault=true
|
||||
X-KDE-PluginInfo-EnabledByDefault=false
|
||||
X-KDE-Ordering=60
|
||||
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-Category=Window Open/Close Animation
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
X-KDE-PluginInfo-EnabledByDefault=false
|
||||
X-KDE-PluginInfo-EnabledByDefault=true
|
||||
X-KDE-Ordering=60
|
||||
X-Plasma-API=javascript
|
||||
X-Plasma-MainScript=code/main.js
|
||||
|
|
Loading…
Reference in a new issue