gala/data/org.pantheon.desktop.gala.gschema.xml
2012-08-28 10:21:59 +02:00

171 lines
7.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<enum id="GalaActionType">
<value nick='none' value="0" />
<value nick="show-workspace-view" value="1" />
<value nick="maximize-current" value="2" />
<value nick="minimize-current" value="3" />
<value nick="open-launcher" value="4" />
<value nick="custom-command" value="5" />
<value nick="window-overview" value="6" />
</enum>
<enum id="GalaWindowOverviewType">
<value nick='grid' value='0'/>
<value nick='natural' value='1'/>
</enum>
<schema path="/org/pantheon/desktop/gala/behavior/" id="org.pantheon.desktop.gala.behavior" gettext-domain="gala">
<key enum="GalaActionType" name="hotcorner-topleft">
<default>'none'</default>
<summary>Action for the top left corner</summary>
<description></description>
</key>
<key enum="GalaWindowOverviewType" name="window-overview-type">
<default>'grid'</default>
<summary>Algorithm for window overview layout</summary>
<description>Choose the algorithm used for exposing the windows</description>
</key>
<key enum="GalaActionType" name="hotcorner-topright">
<default>'none'</default>
<summary>Action for the top right corner</summary>
<description></description>
</key>
<key enum="GalaActionType" name="hotcorner-bottomleft">
<default>'none'</default>
<summary>Action for the bottom left corner</summary>
<description></description>
</key>
<key enum="GalaActionType" name="hotcorner-bottomright">
<default>'none'</default>
<summary>Action for the bottom right corner</summary>
<description></description>
</key>
<key type="s" name="hotcorner-custom-command">
<default>''</default>
<summary>The command that will be executed for the hotcorner action 'custom-command'</summary>
<description></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="s" name="panel-main-menu-action">
<default>'slingshot-launcher'</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="overlay-action">
<default>''</default>
<summary></summary>
<description></description>
</key>
<key type="as" name="move-to-workspace-first">
<default><![CDATA[['<Super>Home']]]></default>
<summary>Shortcut to move to first workspace</summary>
<description></description>
</key>
<key type="as" name="move-to-workspace-last">
<default><![CDATA[['<Super>End']]]></default>
<summary>Shortcut to move to last workspace</summary>
<description></description>
</key>
<key type="as" name="zoom-in">
<default><![CDATA[['<Super>plus', '<Super>KP_Add']]]></default>
<summary>Zoom in</summary>
<description></description>
</key>
<key type="as" name="zoom-out">
<default><![CDATA[['<Super>minus', '<Super>KP_Subtract']]]></default>
<summary>Zoom out</summary>
</key>
<key type="as" name="expose-windows">
<default><![CDATA[['<Super>e']]]></default>
<summary>Shortcut to move to last workspace</summary>
<description></description>
</key>
</schema>
<schema path="/org/pantheon/desktop/gala/appearance/" id="org.pantheon.desktop.gala.appearance" gettext-domain="gala">
<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="s" name="theme">
<default>'elementary'</default>
<summary></summary>
<description></description>
</key>
<key type="b" name="dim-parents">
<default>false</default>
<summary>Make parent windows that spawn a modal attached dialog being dimmed</summary>
</key>
</schema>
<schema path="/org/pantheon/desktop/gala/animations/" id="org.pantheon.desktop.gala.animations" gettext-domain="gala">
<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="i" name="open-duration">
<default>350</default>
</key>
<key type="i" name="snap-duration">
<default>150</default>
<summary>Duration of the snap animation as used by maximize/unmaximize</summary>
</key>
<key type="i" name="close-duration">
<default>300</default>
<summary>Duration of the close animation</summary>
</key>
<key type="i" name="minimize-duration">
<default>200</default>
<summary>Duration of the minimize animation</summary>
</key>
<key type="i" name="workspace-switch-duration">
<default>400</default>
<summary>Duration of the workspace switch animation</summary>
</key>
</schema>
<schema path="/org/pantheon/desktop/gala/shadows/" id="org.pantheon.desktop.gala.shadows" gettext-domain="gala">
<key type="as" name="normal-focused">
<default>['20', '-1', '0', '15', '220']</default>
<summary>Defines the shadow of normal focused windows</summary>
<description>The first value is the radius of the blur of the shadow, the second one the top fade (which is usually just -1), the third and fourth the x- and y-offset and the last the opacity. So [blur-radius, top-fade, x-offset, y-offset, opacity]</description>
</key>
<key type="as" name="normal-unfocused">
<default>['8', '-1', '0', '6', '150']</default>
<summary>Defines the shadow of a normal unfocused window</summary>
<description>See normal-focused</description>
</key>
<key type="as" name="menu">
<default>['7', '-1', '0', '5', '130']</default>
<summary>Defines the shadow of a menu</summary>
<description>See normal-focused</description>
</key>
<key type="as" name="dialog-focused">
<default>['12', '-1', '0', '7', '190']</default>
<summary>Defines the shadow of a focused dialog</summary>
<description>See normal-focused</description>
</key>
<key type="as" name="dialog-unfocused">
<default>['7', '-1', '0', '4', '130']</default>
<summary>Defines the shadow of an unfocused dialog</summary>
<description>See normal-focused</description>
</key>
</schema>
</schemalist>