File: oxygensettingsdata.kcfg

package info (click to toggle)
oxygen 4%3A5.20.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 25,660 kB
  • sloc: cpp: 21,511; python: 39; sh: 14; makefile: 7
file content (118 lines) | stat: -rw-r--r-- 3,154 bytes parent folder | download | duplicates (5)
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
<kcfg>
  <kcfgfile name="oxygenrc"/>

  <group name="Windeco">

    <entry name="TitleAlignment" type="Enum">
      <choices>
          <choice name="AlignLeft" />
          <choice name="AlignCenter" />
          <choice name="AlignCenterFullWidth" />
          <choice name="AlignRight" />
      </choices>
      <default>AlignCenterFullWidth</default>
    </entry>

    <entry name="ButtonSize" type="Enum">
      <choices>
          <choice name="ButtonSmall" />
          <choice name="ButtonDefault" />
          <choice name="ButtonLarge" />
          <choice name="ButtonVeryLarge" />
          <choice name="ButtonHuge" />
      </choices>
      <default>ButtonDefault</default>
    </entry>

    <entry name="BorderSize" type = "Enum">
      <choices>
          <choice name="BorderNone" />
          <choice name="BorderNoSides" />
          <choice name="BorderTiny" />
          <choice name="BorderNormal" />
          <choice name="BorderLarge" />
          <choice name="BorderVeryLarge" />
          <choice name="BorderHuge" />
          <choice name="BorderVeryHuge" />
          <choice name="BorderOversized" />
      </choices>
      <default>BorderNoSides</default>
    </entry>

    <entry name="UseWindowColors" type="bool">
      <default>true</default>
    </entry>

    <entry name="DrawSizeGrip" type="Bool">
      <default>true</default>
    </entry>

    <entry name="HideTitleBar" type="Bool">
       <default>false</default>
    </entry>

    <!-- maximized windows -->
    <entry name="DrawBorderOnMaximizedWindows" type = "Bool">
       <default>false</default>
    </entry>

    <!-- animations -->
    <entry name="AnimationsEnabled" type = "Bool">
       <default>true</default>
    </entry>

    <entry name="ButtonAnimationsEnabled" type = "Bool">
       <default>true</default>
    </entry>

    <entry name="TitleAnimationsEnabled" type = "Bool">
       <default>true</default>
    </entry>
    
    <entry name="ShadowAnimationsEnabled" type = "Bool">
       <default>true</default>
    </entry>

    <entry name="TabAnimationsEnabled" type = "Bool">
       <default>true</default>
    </entry>

    <entry name="ButtonAnimationsDuration" type = "Int">
       <default>150</default>
    </entry>

    <entry name="TitleAnimationsDuration" type = "Int">
       <default>150</default>
    </entry>

    <entry name="ShadowAnimationsDuration" type = "Int">
       <default>150</default>
    </entry>

    <entry name="TabAnimationsDuration" type = "Int">
       <default>150</default>
    </entry>

    <!-- exceptions -->
    <entry name="ExceptionType" type="Enum">
      <choices>
          <choice name="ExceptionWindowClassName" />
          <choice name="ExceptionWindowTitle" />
      </choices>
      <default>ExceptionWindowClassName</default>
    </entry>

    <entry name="ExceptionPattern" type = "String"/>

    <entry name="Enabled" type = "Bool">
      <default>true</default>
    </entry>

    <entry name="Mask" type = "Int">
      <default>0</default>
    </entry>

  </group>
</kcfg>