930c2d69a7
Summary: Use a kcfg file to specify virtual desktops settings saved to kwinrc. Test Plan: kcmshell5 kcm_kwin_virtualdesktops Change something, check apply buttons works appropriately Save the settings and relaunch the kcm, the new settings are taken loaded correctly Reviewers: #kwin, ervin Reviewed By: ervin Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D25871
29 lines
1.2 KiB
XML
29 lines
1.2 KiB
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="kwinrc"/>
|
|
<group name="Windows">
|
|
<entry name="rollOverDesktop" key="RollOverDesktops" type="bool">
|
|
<label>Whether or not, we circle through the virtual desktop when moving from one to the next</label>
|
|
<default>true</default>
|
|
</entry>
|
|
</group>
|
|
<group name="Plugins">
|
|
<entry name="desktopChangeOsdEnabled" key="desktopchangeosdEnabled" type="bool">
|
|
<label>Display in an OSD the virtual desktop name when switching between virtual desktops</label>
|
|
<default>false</default>
|
|
</entry>
|
|
</group>
|
|
<group name="Script-desktopchangeosd">
|
|
<entry name="PopupHideDelay" key="PopupHideDelay" type="int">
|
|
<label>Duraton of the OSD</label>
|
|
<default>1000</default>
|
|
</entry>
|
|
<entry name="TextOnly" key="TextOnly" type="bool">
|
|
<label>Whether or not to display desktop layout in the OSD</label>
|
|
<default>false</default>
|
|
</entry>
|
|
</group>
|
|
</kcfg>
|