2019-12-10 17:36:07 +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 name="kwinrc"/>
|
|
|
|
<group name="Windows">
|
2019-12-11 10:14:02 +00:00
|
|
|
<entry name="rollOverDesktops" key="RollOverDesktops" type="bool">
|
2019-12-10 17:36:07 +00:00
|
|
|
<label>Whether or not, we circle through the virtual desktop when moving from one to the next</label>
|
|
|
|
<default>true</default>
|
|
|
|
</entry>
|
|
|
|
</group>
|
|
|
|
<group name="Plugins">
|
|
|
|
<entry name="desktopChangeOsdEnabled" key="desktopchangeosdEnabled" type="bool">
|
|
|
|
<label>Display in an OSD the virtual desktop name when switching between virtual desktops</label>
|
|
|
|
<default>false</default>
|
|
|
|
</entry>
|
|
|
|
</group>
|
|
|
|
<group name="Script-desktopchangeosd">
|
2019-12-11 10:14:02 +00:00
|
|
|
<entry name="popupHideDelay" key="PopupHideDelay" type="int">
|
2019-12-10 17:36:07 +00:00
|
|
|
<label>Duraton of the OSD</label>
|
|
|
|
<default>1000</default>
|
|
|
|
</entry>
|
2019-12-11 10:14:02 +00:00
|
|
|
<entry name="textOnly" key="TextOnly" type="bool">
|
2019-12-10 17:36:07 +00:00
|
|
|
<label>Whether or not to display desktop layout in the OSD</label>
|
|
|
|
<default>false</default>
|
|
|
|
</entry>
|
|
|
|
</group>
|
|
|
|
</kcfg>
|