kde-workspace/kwin/clients/oxygen/oxygenconfigdata.kcfg
Ivailo Monev 8350e1b9f1 kwin: change oxygen frame border to BorderDefault
I do not know the reaseons behind making it default to BorderTiny
but that makes the windows content look like a set toolbar, panel,
window and a statusbar (in most cases) withtout visual indicator
they are part of the same window - without a frame.

also, the indicator for horizontal resizing of the window is now a
bit more noticable for the eye.

the only problem left to adress is probably the spacing of the left
side of the scrollbars which looks kinda too small and may need
adjustment to make windows (as a whole) look a bit more pleasant
to look at.
2015-02-14 16:52:22 +00:00

97 lines
2.6 KiB
XML

<?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="SeparatorMode" type = "Enum">
<choices>
<choice name="SeparatorNever" />
<choice name="SeparatorActive" />
<choice name="SeparatorAlways" />
</choices>
<default>SeparatorNever</default>
</entry>
<entry name="FrameBorder" type = "Enum">
<choices>
<choice name="BorderNone" />
<choice name="BorderNoSide" />
<choice name="BorderTiny" />
<choice name="BorderDefault" />
<choice name="BorderLarge" />
<choice name="BorderVeryLarge" />
<choice name="BorderHuge" />
<choice name="BorderVeryHuge" />
<choice name="BorderOversized" />
</choices>
<default>BorderDefault</default>
</entry>
<entry name="drawSizeGrip" type = "Bool">
<default>true</default>
</entry>
<entry name="DrawTitleOutline" type = "Bool">
<default>false</default>
</entry>
<entry name="HideTitleBar" type = "Bool">
<default>false</default>
</entry>
<entry name="UseNarrowButtonSpacing" type = "Bool">
<default>false</default>
</entry>
<entry name="CloseWindowFromMenuButton" type = "Bool">
<default>false</default>
</entry>
<entry name="UseExtendedWindowBorders" type = "Bool">
<default>true</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>