Warning, /plasma/plasma-desktop/applets/pager/package/contents/config/main.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006   <kcfgfile name=""/>
0007 
0008   <group name="General">
0009     <entry name="displayedText" type="Enum">
0010         <label>The text to show inside the desktop rectangles.</label>
0011         <choices>
0012             <choice name="Number"/>
0013             <choice name="Name"/>
0014             <choice name="None"/>
0015         </choices>
0016         <default>2</default>
0017     </entry>
0018     <entry name="showWindowIcons" type="Bool">
0019       <label>Whether to show window icons inside the window rectangles.</label>
0020       <default>false</default>
0021     </entry>
0022     <entry name="showOnlyCurrentScreen" type="Bool">
0023       <label>Whether to limit the Pager to the set of windows and the geometry of the screen the widget resides on.</label>
0024       <default>false</default>
0025     </entry>
0026     <entry name="wrapPage" type="Bool">
0027         <label>Whether to wrap page when navigating with pager</label>
0028         <default>false</default>
0029     </entry>
0030     <entry name="currentDesktopSelected" type="Enum">
0031         <label>What to do on left-mouse click on a desktop rectangle.</label>
0032         <choices>
0033             <choice name="DoNothing"/>
0034             <choice name="ShowDesktop"/>
0035         </choices>
0036         <default>0</default>
0037     </entry>
0038     <entry name="pagerLayout" type="Enum">
0039         <label>The layout style used for the presentation.</label>
0040         <choices>
0041             <choice name="Default"/>
0042             <choice name="Horizontal"/>
0043             <choice name="Vertical"/>
0044         </choices>
0045         <default>0</default>
0046     </entry>
0047   </group>
0048 
0049 </kcfg>
0050 
0051 
0052