summaryrefslogtreecommitdiffstats
path: root/kwin/kwin.kcfg
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commit4aed2c8219774f5d797760606b8489a92ddc5163 (patch)
tree3f8c130f7d269626bf6a9447407ef6c35954426a /kwin/kwin.kcfg
downloadtdebase-4aed2c8219774f5d797760606b8489a92ddc5163.tar.gz
tdebase-4aed2c8219774f5d797760606b8489a92ddc5163.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kwin/kwin.kcfg')
-rw-r--r--kwin/kwin.kcfg83
1 files changed, 83 insertions, 0 deletions
diff --git a/kwin/kwin.kcfg b/kwin/kwin.kcfg
new file mode 100644
index 000000000..9865d296c
--- /dev/null
+++ b/kwin/kwin.kcfg
@@ -0,0 +1,83 @@
+<?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="kwinrc" />
+ <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" />
+ </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>