Summary: Uses the normal animationTime kcfg settings. Reviewers: #kwin, #plasma Subscribers: plasma-devel, kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D3375remotes/origin/bshah/hwcomposer_testing
parent
10f641d5d9
commit
620663cb28
4 changed files with 27 additions and 4 deletions
@ -0,0 +1,17 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
|
||||
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0" |
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
||||
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 |
||||
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > |
||||
<kcfgfile name="kwinrc"/> |
||||
<group name="Effect-SlidingPopups"> |
||||
<entry name="SlideInTime" type="Int"> |
||||
<default>0</default> |
||||
</entry> |
||||
<entry name="SlideOutTime" type="Int"> |
||||
<default>0</default> |
||||
</entry> |
||||
</group> |
||||
</kcfg> |
||||
|
||||
@ -0,0 +1,5 @@ |
||||
File=slidingpopups.kcfg |
||||
ClassName=SlidingPopupsConfig |
||||
NameSpace=KWin |
||||
Singleton=true |
||||
Mutators=true |
||||
Loading…
Reference in new issue