summaryrefslogtreecommitdiffstats
path: root/twin/twin.kcfg
blob: 4962c1d9520670fc62336b3119ed7231307ff4c1 (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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?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="twinrc" />
 <group name="Desktops" >
  <entry key="Name_1" type="String" />
  <entry key="Name_2" type="String" />
  <entry key="Name_3" type="String" />
  <entry key="Name_4" type="String" />
  <entry key="Number" type="Int" />
 </group>
 <group name="FakeSession" >
  <entry key="count" type="Int" />
 </group>
 <group name="MouseBindings" >
  <entry key="CommandActiveTitlebar2" type="String" />
  <entry key="CommandActiveTitlebar3" type="String" />
  <entry key="CommandActiveTitlebar1" type="String" />
  <entry key="CommandInactiveTitlebar1" type="String" />
  <entry key="CommandInactiveTitlebar2" type="String" />
  <entry key="CommandInactiveTitlebar3" type="String" />
 </group>
 <group name="Style" >
  <entry key="ButtonsOnLeft" type="String" />
  <entry key="ButtonsOnRight" type="String" />
  <entry key="PluginLib" type="String" />
  <entry key="BorderSize" type="Int" />
  <entry key="CustomButtonPositions" type="Bool" />
  <entry key="ShowToolTips" type="Bool" />
 </group>
 <group name="Windows" >
  <entry key="AltTabStyle" type="String" />
  <entry key="FocusPolicy" type="String" />
  <entry key="MoveMode" type="String" />
  <entry key="ResizeMode" type="String" />
  <entry key="TitlebarDoubleClickCommand" type="String" />
  <entry key="AnimateMinimize" type="Bool" />
  <entry key="AnimateShade" type="Bool" />
  <entry key="IgnoreFocusStealingClasses" type="StringList" />
  <entry key="MoveResizeMaximizedWindows" type="Bool" />
  <entry key="ShadeHover" type="Bool" />
  <entry key="GeometryTip" type="Bool" />
  <entry key="RollOverDesktops" type="Bool" />
  <entry key="FocusStealingPreventionLevel" type="Int" />
  <entry key="AnimateMinimizeSpeed" type="Int" />
  <entry key="Placement" type="String" />
  <entry key="AutoRaise" type="Bool" />
  <entry key="AutoRaiseInterval" type="Int" />
  <entry key="DelayFocus" type="Bool" />
  <entry key="DelayFocusInterval" type="Int" />
  <entry key="ShadeHoverInterval" type="Int" />
  <entry key="ClickRaise" type="Bool" />
  <entry key="BorderSnapZone" type="Int" />
  <entry key="WindowSnapZone" type="Int" />
  <entry key="SnapOnlyWhenOverlapping" type="Bool" />
  <entry key="ElectricBorders" type="Int" />
  <entry key="ElectricBorderDelay" type="Int" />
  <entry key="IgnorePositionClasses" type="StringList" />
  <entry key="KillPingTimeout" type="Int" />
  <entry key="ShowDesktopIsMinimizeAll" type="Bool" />
  <entry key="SeparateScreenFocus" type="Bool" />
  <entry key="ActiveMouseScreen" type="Bool" />
  <entry key="XineramaPlacementScreen" type="Int" />
  </group>

 <group name="WM" >
  <entry key="frame" type="Color" />
  <entry key="handle" type="Color" />
  <entry key="activeBackground" type="Color" />
  <entry key="activeBlend" type="Color" />
  <entry key="activeFont" type="Font" />
  <entry key="activeFontSmall" type="Font" />
  <entry key="activeForeground" type="Color" />
  <entry key="activeTitleBtnBg" type="Color" />
  <entry key="inactiveBackground" type="Color" />
  <entry key="inactiveBlend" type="Color" />
  <entry key="inactiveFont" type="Color" />
  <entry key="inactiveFontSmall" type="Color" />
  <entry key="inactiveForeground" type="Color" />
  <entry key="inactiveFrame" type="Color" />
  <entry key="inactiveHandle" type="Color" />
  <entry key="inactiveTitleBtnBg" type="Color" />
 </group>
</kcfg>