mirror of
https://github.com/elementary/gala.git
synced 2024-12-18 14:51:51 +03:00
51 lines
2.8 KiB
XML
51 lines
2.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist>
|
|
<schema path="/org/pantheon/desktop/gala/" id="org.pantheon.desktop.gala" gettext-domain="gala">
|
|
<key type="b" name="enable-manager-corner">
|
|
<default>false</default>
|
|
<summary>Make the lower right a hot corner to reveal the manager</summary>
|
|
<description>This turns the lower right corner to a hot corner, showing some icons allowing you to do tasks like window tiling</description>
|
|
</key>
|
|
<key type="b" name="attach-modal-dialogs">
|
|
<default>true</default>
|
|
<summary>Attach modal dialogs</summary>
|
|
<description>When true, instead of having independent titlebars, modal dialogs appear attached to the titlebar of the parent window and are moved together with the parent window.</description>
|
|
</key>
|
|
<key type="s" name="button-layout">
|
|
<default>'close:maximize'</default>
|
|
<summary>Arrangement of buttons on the titlebar</summary>
|
|
<description>Arrangement of buttons on the titlebar. The value should be a string, such as "menu:minimize,maximize,spacer,close"; the colon separates the left corner of the window from the right corner, and the button names are comma-separated. Duplicate buttons are not allowed. Unknown button names are silently ignored so that buttons can be added in future metacity versions without breaking older versions. A special spacer tag can be used to insert some space between two adjacent buttons.</description>
|
|
</key>
|
|
<key type="b" name="edge-tiling">
|
|
<default>true</default>
|
|
<summary>Enable edge tiling when dropping windows on screen edges</summary>
|
|
<description>If enabled, dropping windows on vertical screen edges maximizes them vertically and resizes them horizontally to cover half of the available area. Dropping windows on the top screen edge maximizes them completely.</description>
|
|
</key>
|
|
<key type="b" name="enable-animations">
|
|
<default>true</default>
|
|
<summary>Enable Animations</summary>
|
|
<description>Whether animations should be displayed. Note: This is a global key, it changes the behaviour of the window manager, the panel etc.</description>
|
|
</key>
|
|
<key type="s" name="panel-main-menu-action">
|
|
<default>'slingshot'</default>
|
|
<summary>Panel main menu action</summary>
|
|
<description>Sets the command to run when the panel-main-menu keybinding is pressed</description>
|
|
</key>
|
|
<key type="s" name="toggle-recording-action">
|
|
<default>''</default>
|
|
<summary></summary>
|
|
<description></description>
|
|
</key>
|
|
<key type="s" name="theme">
|
|
<default>'elementary'</default>
|
|
<summary></summary>
|
|
<description></description>
|
|
</key>
|
|
<key type="b" name="use-gnome-defaults">
|
|
<default>false</default>
|
|
<summary></summary>
|
|
<description></description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|