194 lines
6.4 KiB
XML
194 lines
6.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<schemalist>
|
|
<schema id="org.gnome.shell.extensions.grimble" path="/org/gnome/shell/extensions/grimble/">
|
|
|
|
<key name="header-bar" type="b">
|
|
<default>false</default>
|
|
<summary>Header bar</summary>
|
|
<description>Whether to show or hide window header bar</description>
|
|
</key>
|
|
|
|
<key name="tile-padding" type="i">
|
|
<default>0</default>
|
|
<summary>Tile padding</summary>
|
|
<description>Set tile padding</description>
|
|
</key>
|
|
|
|
<key name="tile-insertion-behavior" type="i">
|
|
<!-- 0: best-fit, 1: Focus -->
|
|
<default>0</default>
|
|
</key>
|
|
|
|
<key name="monitor-tile-insertion-behavior" type="i">
|
|
<!-- 0: best-fit, 1: Focus -->
|
|
<default>0</default>
|
|
</key>
|
|
|
|
<key name="search-entry-position" type="i">
|
|
<!-- 0: left, 1: center, 2: right -->
|
|
<default>0</default>
|
|
</key>
|
|
|
|
<key name="fullscreen-switch" type="i">
|
|
<!-- 0: keep fullscreen, 1: quit fullscrenn -->
|
|
<default>0</default>
|
|
</key>
|
|
|
|
<key name="keybinding-config" type="s">
|
|
<default>'None'</default>
|
|
<summary>Window manager configuration</summary>
|
|
<description>Stores which configuration to use (None, i3, Grimble, Custom).</description>
|
|
</key>
|
|
|
|
<key name="keybinding-rotation" type="as">
|
|
<default>[]</default>
|
|
<summary>Tile roration</summary>
|
|
<description>Custom shortcut</description>
|
|
</key>
|
|
<key name="keybinding-resize" type="as">
|
|
<default>[]</default>
|
|
<summary>Resize tile</summary>
|
|
<description>Custom shortcut</description>
|
|
</key>
|
|
<key name="keybinding-close" type="as">
|
|
<default>[]</default>
|
|
<summary>Close tile</summary>
|
|
<description>Custom shortcut</description>
|
|
</key>
|
|
<key name="keybinding-search" type="as">
|
|
<default>[]</default>
|
|
<summary>Search bar</summary>
|
|
<description>Custom shortcut</description>
|
|
</key>
|
|
<key name="keybinding-open-settings" type="as">
|
|
<default><![CDATA[['<Control><Super>g']]]></default>
|
|
<summary>Grimble settings</summary>
|
|
<description>Custom shortcut</description>
|
|
</key>
|
|
<key name="keybinding-maximize" type="as">
|
|
<default>[]</default>
|
|
<summary>Maximize</summary>
|
|
<description>Custom shortcut</description>
|
|
</key>
|
|
<key name="keybinding-refresh" type="as">
|
|
<default>[]</default>
|
|
<summary>Refresh</summary>
|
|
<description>Custom shortcut</description>
|
|
</key>
|
|
<key name="keybinding-move-left" type="as">
|
|
<default>[]</default>
|
|
<summary>Move Left</summary>
|
|
<description>Custom shortcut</description>
|
|
</key>
|
|
<key name="keybinding-move-right" type="as">
|
|
<default>[]</default>
|
|
<summary>Move Right</summary>
|
|
<description>Custom shortcut</description>
|
|
</key>
|
|
<key name="keybinding-move-top" type="as">
|
|
<default>[]</default>
|
|
<summary>Move Top</summary>
|
|
<description>Custom shortcut</description>
|
|
</key>
|
|
<key name="keybinding-move-bottom" type="as">
|
|
<default>[]</default>
|
|
<summary>Move Bottom</summary>
|
|
<description>Custom shortcut</description>
|
|
</key>
|
|
<key name="keybinding-move" type="as">
|
|
<default>[]</default>
|
|
<summary>Move</summary>
|
|
<description>Custom shortcut</description>
|
|
</key>
|
|
<key name="keybinding-focus" type="as">
|
|
<default>[]</default>
|
|
<summary>Change focus</summary>
|
|
<description>Custom shortcut</description>
|
|
</key>
|
|
<key name="keybinding-focus-left" type="as">
|
|
<default>[]</default>
|
|
<summary>Change focus left</summary>
|
|
<description>Custom shortcut</description>
|
|
</key>
|
|
<key name="keybinding-focus-right" type="as">
|
|
<default>[]</default>
|
|
<summary>Change focus right</summary>
|
|
<description>Custom shortcut</description>
|
|
</key>
|
|
<key name="keybinding-focus-top" type="as">
|
|
<default>[]</default>
|
|
<summary>Change focus top</summary>
|
|
<description>Custom shortcut</description>
|
|
</key>
|
|
<key name="keybinding-focus-bottom" type="as">
|
|
<default>[]</default>
|
|
<summary>Change focus bottom</summary>
|
|
<description>Custom shortcut</description>
|
|
</key>
|
|
<key name="keybinding-resize-left" type="as">
|
|
<default>[]</default>
|
|
<summary>Resize</summary>
|
|
<description>Custom shortcut</description>
|
|
</key>
|
|
<key name="keybinding-resize-right" type="as">
|
|
<default>[]</default>
|
|
<summary>Resize</summary>
|
|
<description>Custom shortcut</description>
|
|
</key>
|
|
<key name="keybinding-resize-top" type="as">
|
|
<default>[]</default>
|
|
<summary>Resize</summary>
|
|
<description>Custom shortcut</description>
|
|
</key>
|
|
<key name="keybinding-resize-bottom" type="as">
|
|
<default>[]</default>
|
|
<summary>Resize</summary>
|
|
<description>Custom shortcut</description>
|
|
</key>
|
|
<key name="keybinding-next-monitor" type="as">
|
|
<default>[]</default>
|
|
<summary>Next monitor</summary>
|
|
<description>Custom shortcut</description>
|
|
</key>
|
|
<key name="keybinding-next-workspace" type="as">
|
|
<default>[]</default>
|
|
<summary>Next Workspace</summary>
|
|
<description>Custom shortcut</description>
|
|
</key>
|
|
<key name="keybinding-previous-workspace" type="as">
|
|
<default>[]</default>
|
|
<summary>Previous Workspace</summary>
|
|
<description>Custom shortcut</description>
|
|
</key>
|
|
|
|
|
|
|
|
<!-- Default keybindings -->
|
|
<key name="arrow-up" type="as">
|
|
<default><![CDATA[['Up']]]></default>
|
|
<summary>Arrow Up action</summary>
|
|
<description>Triggered when pressing Super+Up</description>
|
|
</key>
|
|
<key name="arrow-down" type="as">
|
|
<default><![CDATA[['Down']]]></default>
|
|
<summary>Arrow Down action</summary>
|
|
<description>Triggered when pressing Super+Down</description>
|
|
</key>
|
|
<key name="arrow-right" type="as">
|
|
<default><![CDATA[['Right']]]></default>
|
|
<summary>Arrow Up action</summary>
|
|
<description>Triggered when pressing Super+Up</description>
|
|
</key>
|
|
<key name="arrow-left" type="as">
|
|
<default><![CDATA[['Left']]]></default>
|
|
<summary>Arrow Down action</summary>
|
|
<description>Triggered when pressing Super+Down</description>
|
|
</key>
|
|
<key name="key-escape" type="as">
|
|
<default><![CDATA[['Escape']]]></default>
|
|
<summary>Escape action</summary>
|
|
<description>Triggered when pressing Super+Down</description>
|
|
</key>
|
|
|
|
</schema>
|
|
</schemalist> |