summaryrefslogtreecommitdiffstats
path: root/kicker/applets/minipager/pagersettings.kcfg
blob: 3a821f20a2ce06b3f3f42cc86ba12ae2333db587 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?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="General">
        <entry key="LabelType" type="Enum">
            <choices>
                <choice name="LabelNone">
                    <label>None</label>
                </choice>
                <choice name="LabelName">
                    <label>Name</label>
                </choice>
                <choice name="LabelNumber">
                    <label>Number</label>
                </choice>
            </choices>
            <default>LabelNumber</default>
            <label>Virtual desktop label type</label>
        </entry>

        <entry key="BackgroundType" type="Enum">
            <choices>
                <choice name="BgPlain">
                    <label>Plain</label>
                </choice>
                <choice name="BgTransparent">
                    <label>Transparent</label>
                </choice>
                <choice name="BgLive">
                    <label>Live</label>
                </choice>
            </choices>
            <default>BgPlain</default>
            <label>Virtual desktop background type</label>
        </entry>

        <entry name="NumberOfRows" type="Int">
            <label>Number of rows to arrange the desktop previews into</label>
            <default>0</default>
            <min>0</min>
            <max>4</max>
        </entry>

        <entry name="Preview" type="Bool">
            <label>Show desktop preview?</label>
            <default>true</default>
        </entry>
        
        <entry name="Icons" type="Bool">
            <label>Show window icons in previews?</label>
            <default>true</default>
        </entry>
        
        <entry name="Cycle" type="Bool">
          <label>Cycle through desktops with wheel?</label>
          <default>true</default>
        </entry>
    </group>
</kcfg>