mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
17 lines
660 B
XML
17 lines
660 B
XML
<?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=""/>
|
|
|
|
<group name="General">
|
|
<entry name="ItemsGeometries" type="String" hidden="true">
|
|
<label>Encoded geometries of items (resource categories).</label>
|
|
</entry>
|
|
<entry name="VerticalItemsGeometries" type="String" hidden="true">
|
|
<label>Encoded geometries of items, vertical screen (resource categories).</label>
|
|
</entry>
|
|
</group>
|
|
|
|
</kcfg>
|