<?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=""/>

  <group name="General">
    <entry name="displayedText" type="Enum">
        <label>The text to show inside the desktop rectangles.</label>
        <choices>
            <choice name="Number"/>
            <choice name="Name"/>
            <choice name="None"/>
        </choices>
        <default>2</default>
    </entry>
    <entry name="showWindowIcons" type="Bool">
      <label>Whether to show window icons inside the window rectangles.</label>
      <default>false</default>
    </entry>
    <entry name="showOnlyCurrentScreen" type="Bool">
      <label>Whether to limit the Pager to the set of windows and the geometry of the screen the widget resides on.</label>
      <default>false</default>
    </entry>
    <entry name="wrapPage" type="Bool">
        <label>Whether to wrap page when navigating with pager</label>
        <default>false</default>
    </entry>
    <entry name="currentDesktopSelected" type="Enum">
        <label>What to do on left-mouse click on a desktop rectangle.</label>
        <choices>
            <choice name="DoNothing"/>
            <choice name="ShowDesktop"/>
        </choices>
        <default>0</default>
    </entry>
    <entry name="pagerLayout" type="Enum">
        <label>The layout style used for the presentation.</label>
        <choices>
            <choice name="Default"/>
            <choice name="Horizontal"/>
            <choice name="Vertical"/>
        </choices>
        <default>0</default>
    </entry>
  </group>

</kcfg>



