64 lines
2.3 KiB
XML
64 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist>
|
|
<schema id="org.gnome.shell.extensions.simple-tiling.domoel" path="/org/gnome/shell/extensions/simple-tiling/domoel/">
|
|
|
|
<key name="swap-master-window" type="as">
|
|
<default><![CDATA[['<Super>Return']]]></default>
|
|
<summary>Swap current window with master.</summary>
|
|
</key>
|
|
<key name="swap-up-window" type="as">
|
|
<default><![CDATA[['<Super>Up']]]></default>
|
|
<summary>Swap current window with window above.</summary>
|
|
</key>
|
|
<key name="swap-down-window" type="as">
|
|
<default><![CDATA[['<Super>Down']]]></default>
|
|
<summary>Swap current window with window below.</summary>
|
|
</key>
|
|
<key name="swap-left-window" type="as">
|
|
<default><![CDATA[['<Super>Left']]]></default>
|
|
<summary>Swap current window with window to the left.</summary>
|
|
</key>
|
|
<key name="swap-right-window" type="as">
|
|
<default><![CDATA[['<Super>Right']]]></default>
|
|
<summary>Swap current window with window to the right.</summary>
|
|
</key>
|
|
|
|
<key name="focus-up" type="as">
|
|
<default><![CDATA[['<Alt>Up']]]></default>
|
|
<summary>Focus window above.</summary>
|
|
</key>
|
|
<key name="focus-down" type="as">
|
|
<default><![CDATA[['<Alt>Down']]]></default>
|
|
<summary>Focus window below.</summary>
|
|
</key>
|
|
<key name="focus-left" type="as">
|
|
<default><![CDATA[['<Alt>Left']]]></default>
|
|
<summary>Focus window to the left.</summary>
|
|
</key>
|
|
<key name="focus-right" type="as">
|
|
<default><![CDATA[['<Alt>Right']]]></default>
|
|
<summary>Focus window to the right.</summary>
|
|
</key>
|
|
|
|
<key name="inner-gap" type="i">
|
|
<default>10</default>
|
|
<summary>The gap between windows in pixels.</summary>
|
|
</key>
|
|
<key name="outer-gap-horizontal" type="i">
|
|
<default>5</default>
|
|
<summary>The gap to the left and right screen edges.</summary>
|
|
</key>
|
|
<key name="outer-gap-vertical" type="i">
|
|
<default>5</default>
|
|
<summary>The gap to the top and bottom screen edges.</summary>
|
|
</key>
|
|
|
|
<key name="new-window-behavior" type="s">
|
|
<default>'stack'</default>
|
|
<summary>Behavior for newly opened windows.</summary>
|
|
<description>Determines if a new window is added as master or stack window.</description>
|
|
</key>
|
|
|
|
</schema>
|
|
</schemalist>
|