Drop TabBoxAlternative group from kconfigxt
Apparently it's not allowed to have two groups with the same entry names. Parameterized groups are still a "TODO" and a group must have a name. Looks like we won't be able to use KConfigXT for TabBox.
This commit is contained in:
parent
45042010e2
commit
e8887aa620
1 changed files with 0 additions and 48 deletions
48
kwin.kcfg
48
kwin.kcfg
|
@ -317,52 +317,4 @@
|
|||
<default>thumbnails</default>
|
||||
</entry>
|
||||
</group>
|
||||
<group name="TabBoxAlternative">
|
||||
<entry name="ShowDelay" type="Bool">
|
||||
<default>true</default>
|
||||
</entry>
|
||||
<entry name="DelayTime" type="Int">
|
||||
<default>90</default>
|
||||
</entry>
|
||||
<entry name="DesktopMode" type="UInt">
|
||||
<label>Defines whether windows from the current desktop or from all desktops are included. Default:OnlyCurrentDesktopClients</label>
|
||||
<default>1</default>
|
||||
</entry>
|
||||
<entry name="ActivitiesMode" type="UInt">
|
||||
<label>Defines whether windows from the current activity or from all activities are included.Default:OnlyCurrentActivityClients</label>
|
||||
<default>1</default>
|
||||
</entry>
|
||||
<entry name="ApplicationsMode" type="UInt">
|
||||
<label>Defines which windows from the current application or from all applications are included.Default:AllWindowsAllApplications</label>
|
||||
<default>0</default>
|
||||
</entry>
|
||||
<entry name="MinimizedMode" type="UInt">
|
||||
<label>Defines which windows are included based on whether they are minimized or not.Default:IgnoreMinimizedStatus</label>
|
||||
<default>0</default>
|
||||
</entry>
|
||||
<entry name="ShowDesktopMode" type="UInt">
|
||||
<label>Defines whether a TabBoxClient representing the desktop is included.Default:DoNotShowDesktopClient</label>
|
||||
<default>0</default>
|
||||
</entry>
|
||||
<entry name="MultiScreenMode" type="UInt">
|
||||
<label>Default:IgnoreMultiScreen</label>
|
||||
<default>0</default>
|
||||
</entry>
|
||||
<entry name="SwitchingMode" type="UInt">
|
||||
<label>Defines the sorting of the TabBoxClients in the TabBoxClientModel.Default:FocusChainSwitching</label>
|
||||
<default>0</default>
|
||||
</entry>
|
||||
<entry name="ShowOutline" type="Bool">
|
||||
<default>true</default>
|
||||
</entry>
|
||||
<entry name="ShowTabBox" type="Bool">
|
||||
<default>true</default>
|
||||
</entry>
|
||||
<entry name="HighlightWindows" type="Bool">
|
||||
<default>true</default>
|
||||
</entry>
|
||||
<entry name="LayoutName" type="String">
|
||||
<default>thumbnails</default>
|
||||
</entry>
|
||||
</group>
|
||||
</kcfg>
|
||||
|
|
Loading…
Reference in a new issue