2017-12-30 17:17:13 +00:00
|
|
|
<?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 arg="true"/>
|
|
|
|
<group name="Effect-Slide">
|
[effects] replace old slide effect with a new one
Summary:
The new slide effect tries to separate each virtual desktop
as much as possible. This separation makes the new slide
effect more intuitive than the old one.
Test Plan:
* switch between virtual desktops
* or, move a window to another virtual desktop
Reviewers: #vdg, #kwin, #plasma, graesslin, ngraham
Reviewed By: #kwin, #plasma, graesslin
Subscribers: mart, graesslin, abetts, ngraham, plasma-devel, kwin
Tags: #kwin
Differential Revision: https://phabricator.kde.org/D9638
2018-02-14 21:36:47 +00:00
|
|
|
<entry name="Duration" type="UInt">
|
2017-12-30 17:17:13 +00:00
|
|
|
<default>0</default>
|
|
|
|
</entry>
|
[effects] replace old slide effect with a new one
Summary:
The new slide effect tries to separate each virtual desktop
as much as possible. This separation makes the new slide
effect more intuitive than the old one.
Test Plan:
* switch between virtual desktops
* or, move a window to another virtual desktop
Reviewers: #vdg, #kwin, #plasma, graesslin, ngraham
Reviewed By: #kwin, #plasma, graesslin
Subscribers: mart, graesslin, abetts, ngraham, plasma-devel, kwin
Tags: #kwin
Differential Revision: https://phabricator.kde.org/D9638
2018-02-14 21:36:47 +00:00
|
|
|
<entry name="HorizontalGap" type="UInt">
|
|
|
|
<default>45</default>
|
|
|
|
</entry>
|
|
|
|
<entry name="VerticalGap" type="UInt">
|
|
|
|
<default>20</default>
|
|
|
|
</entry>
|
|
|
|
<entry name="SlideDocks" type="Bool">
|
|
|
|
<default>true</default>
|
|
|
|
</entry>
|
2017-12-30 17:17:13 +00:00
|
|
|
</group>
|
|
|
|
</kcfg>
|