2012-05-31 18:07:43 +04:00
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
2012-07-28 10:40:12 +04:00
<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" />
2012-08-25 03:28:11 +04:00
<value nick="window-overview" value="6" />
2012-10-28 22:18:09 +04:00
<value nick="window-overview-all" value="7" />
2012-07-26 16:54:56 +04:00
</enum>
2012-08-24 22:10:35 +04:00
<enum id="GalaWindowOverviewType">
<value nick='grid' value='0'/>
<value nick='natural' value='1'/>
2012-07-26 16:54:56 +04:00
</enum>
2014-11-06 20:50:15 +03:00
<schema path="/org/pantheon/desktop/gala/behavior/" id="org.pantheon.desktop.gala.behavior" gettext-domain="@GETTEXT_PACKAGE@">
2012-07-28 10:40:12 +04:00
<key enum="GalaActionType" name="hotcorner-topleft">
<default>'none'</default>
2014-11-06 20:50:15 +03:00
<_summary>Action for the top left corner</_summary>
<_description></_description>
2012-07-26 16:54:56 +04:00
</key>
2012-08-24 22:10:35 +04:00
<key enum="GalaWindowOverviewType" name="window-overview-type">
<default>'grid'</default>
2014-11-06 20:50:15 +03:00
<_summary>Algorithm for window overview layout</_summary>
<_description>Choose the algorithm used for exposing the windows</_description>
2012-08-24 22:10:35 +04:00
</key>
2012-07-28 10:40:12 +04:00
<key enum="GalaActionType" name="hotcorner-topright">
<default>'none'</default>
2014-11-06 20:50:15 +03:00
<_summary>Action for the top right corner</_summary>
<_description></_description>
2012-07-26 16:54:56 +04:00
</key>
2012-07-28 10:40:12 +04:00
<key enum="GalaActionType" name="hotcorner-bottomleft">
<default>'none'</default>
2014-11-06 20:50:15 +03:00
<_summary>Action for the bottom left corner</_summary>
<_description></_description>
2012-07-26 16:54:56 +04:00
</key>
2012-07-28 10:40:12 +04:00
<key enum="GalaActionType" name="hotcorner-bottomright">
<default>'none'</default>
2014-11-06 20:50:15 +03:00
<_summary>Action for the bottom right corner</_summary>
<_description></_description>
2012-07-26 16:54:56 +04:00
</key>
<key type="s" name="hotcorner-custom-command">
<default>''</default>
2014-11-06 20:50:15 +03:00
<_summary>The command that will be executed for the hotcorner action 'custom-command' or multiple</_summary>
<_description>If you just put a single command, it will be used for every hotcorner assigned to
2013-08-26 21:45:01 +04:00
'custom-command'. If you instead use the pattern
'hotcorner-topleft:command;;hotcorner-bottomright:command' the specific commands will be used
per hotcorner. Possible identifiers are 'hotcorner-[topleft; topright; bottomleft; bottomright]'
followed by a ':' and then the command. ';;' is used as delimiter between command defintions.
2014-11-06 20:50:15 +03:00
</_description>
2012-06-17 01:16:46 +04:00
</key>
<key type="b" name="edge-tiling">
<default>true</default>
2014-11-06 20:50:15 +03:00
<_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>
2012-06-17 01:16:46 +04:00
</key>
<key type="s" name="panel-main-menu-action">
2012-07-12 02:03:03 +04:00
<default>'slingshot-launcher'</default>
2014-11-06 20:50:15 +03:00
<_summary>Panel main menu action</_summary>
<_description>Sets the command to run when the panel-main-menu keybinding is pressed</_description>
2012-06-17 01:16:46 +04:00
</key>
<key type="s" name="toggle-recording-action">
<default>''</default>
2014-11-06 20:50:15 +03:00
<_summary></_summary>
<_description></_description>
2012-06-17 01:16:46 +04:00
</key>
2012-07-25 18:26:01 +04:00
<key type="s" name="overlay-action">
<default>''</default>
2014-11-06 20:50:15 +03:00
<_summary></_summary>
<_description></_description>
2012-07-25 18:26:01 +04:00
</key>
2013-01-31 21:12:19 +04:00
<key type="b" name="dynamic-workspaces">
<default>true</default>
2014-11-06 20:50:15 +03:00
<_summary>Enable dynamic workspace instead of static ones</_summary>
<_description>Use a dynamically increasing or decreseasing number, as needed, of workspaces instead of a static, fixed number</_description>
2013-01-31 21:12:19 +04:00
</key>
2013-02-10 18:01:15 +04:00
<key type="as" name="dock-names">
<default><![CDATA[['docky', 'Docky', 'plank']]]></default>
2014-11-06 20:50:15 +03:00
<_summary>Names that are recognized as dock windows for the window switcher</_summary>
<_description>When launching the window-switcher, gala iterates over this list and attempts to find a window matching the names. If it does, it will hide this window and fade it back in, once the the switcher is closed.</_description>
2013-02-10 18:01:15 +04:00
</key>
2013-01-31 21:12:19 +04:00
</schema>
2014-03-09 00:13:48 +04:00
<schema path="/org/pantheon/desktop/gala/keybindings/" id="org.pantheon.desktop.gala.keybindings" gettext-domain="@GETTEXT_PACKAGE@">
2013-01-30 13:58:59 +04:00
<key type="as" name="switch-to-workspace-first">
2012-07-14 18:08:50 +04:00
<default><![CDATA[['<Super>Home']]]></default>
2014-11-06 20:50:15 +03:00
<_summary>Shortcut to move to first workspace</_summary>
<_description></_description>
2012-07-14 18:08:50 +04:00
</key>
2013-01-30 13:58:59 +04:00
<key type="as" name="switch-to-workspace-last">
2012-09-22 23:39:19 +04:00
<default><![CDATA[['<Super>End', '<Super>0']]]></default>
2014-11-06 20:50:15 +03:00
<_summary>Shortcut to move to last workspace</_summary>
<_description></_description>
2012-07-14 18:08:50 +04:00
</key>
2013-03-20 20:04:50 +04:00
<key type="as" name="move-to-workspace-first">
<default><![CDATA[['<Super><Shift>Home']]]></default>
2014-11-06 20:50:15 +03:00
<_summary>Shortcut to move the current window to first workspace</_summary>
<_description></_description>
2013-03-20 20:04:50 +04:00
</key>
<key type="as" name="move-to-workspace-last">
<default><![CDATA[['<Super><Shift>End', '<Super>0']]]></default>
2014-11-06 20:50:15 +03:00
<_summary>Shortcut to move the current window to last workspace</_summary>
<_description></_description>
2013-03-20 20:04:50 +04:00
</key>
2012-08-07 01:03:11 +04:00
<key type="as" name="zoom-in">
<default><![CDATA[['<Super>plus', '<Super>KP_Add']]]></default>
2014-11-06 20:50:15 +03:00
<_summary>Zoom in</_summary>
<_description></_description>
2012-08-07 01:03:11 +04:00
</key>
<key type="as" name="zoom-out">
2012-08-09 00:04:15 +04:00
<default><![CDATA[['<Super>minus', '<Super>KP_Subtract']]]></default>
2014-11-06 20:50:15 +03:00
<_summary>Zoom out</_summary>
2012-08-28 12:21:59 +04:00
</key>
2012-08-02 00:42:52 +04:00
<key type="as" name="expose-windows">
2012-09-22 21:22:44 +04:00
<default><![CDATA[['<Super>w']]]></default>
2014-11-06 20:50:15 +03:00
<_summary>Shortcut to open the window overview</_summary>
<_description></_description>
2012-10-28 22:18:09 +04:00
</key>
<key type="as" name="expose-all-windows">
<default><![CDATA[['<Super>a']]]></default>
2014-11-06 20:50:15 +03:00
<_summary>Shortcut to open the window overview for all windows</_summary>
<_description></_description>
2012-08-07 01:03:11 +04:00
</key>
2013-07-01 22:43:54 +04:00
<key type="as" name="cycle-workspaces-next">
<default><![CDATA[['<Super>Tab']]]></default>
2014-11-06 20:50:15 +03:00
<_summary>Cycle to the next workspace to the right or to back to the first</_summary>
2013-07-01 22:43:54 +04:00
</key>
<key type="as" name="cycle-workspaces-previous">
<default><![CDATA[['<Super><Shift>Tab']]]></default>
2014-11-06 20:50:15 +03:00
<_summary>Cycle to the next workspace to the right or to back to the first</_summary>
2013-07-01 22:43:54 +04:00
</key>
2012-06-17 01:16:46 +04:00
</schema>
2014-11-06 20:50:15 +03:00
<schema path="/org/pantheon/desktop/gala/appearance/" id="org.pantheon.desktop.gala.appearance" gettext-domain="@GETTEXT_PACKAGE@">
2012-06-17 01:16:46 +04:00
<key type="b" name="attach-modal-dialogs">
2014-10-05 03:48:08 +04:00
<default>false</default>
2014-11-06 20:50:15 +03:00
<_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>
2012-06-17 01:16:46 +04:00
</key>
<key type="s" name="button-layout">
<default>'close:maximize'</default>
2014-11-06 20:50:15 +03:00
<_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>
2012-06-17 01:16:46 +04:00
</key>
<key type="b" name="dim-parents">
<default>false</default>
2014-11-06 20:50:15 +03:00
<_summary>Make parent windows that spawn a modal attached dialog being dimmed</_summary>
2012-06-17 01:16:46 +04:00
</key>
2013-07-14 16:19:20 +04:00
<key type="d" name="alt-tab-window-opacity">
<range min="0.0" max="1.0"/>
2013-07-14 16:13:31 +04:00
<default>0.0</default>
2014-11-06 20:50:15 +03:00
<_summary>The opacity of the windows located in the background in the alt-tab-switcher.</_summary>
2013-07-14 16:13:31 +04:00
</key>
2015-01-04 12:37:05 +03:00
<key type="s" name="workspace-switcher-background">
<default>''</default>
<_summary>Background-image used in the workspace-switcher</_summary>
</key>
2012-06-17 01:16:46 +04:00
</schema>
2014-11-06 20:50:15 +03:00
<schema path="/org/pantheon/desktop/gala/animations/" id="org.pantheon.desktop.gala.animations" gettext-domain="@GETTEXT_PACKAGE@">
2012-06-17 01:16:46 +04:00
<key type="b" name="enable-animations">
<default>true</default>
2014-11-06 20:50:15 +03:00
<_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>
2012-06-17 01:16:46 +04:00
</key>
<key type="i" name="open-duration">
2012-07-15 12:20:35 +04:00
<default>350</default>
2012-06-17 01:16:46 +04:00
</key>
<key type="i" name="snap-duration">
<default>150</default>
2014-11-06 20:50:15 +03:00
<_summary>Duration of the snap animation as used by maximize/unmaximize</_summary>
2012-06-17 01:16:46 +04:00
</key>
<key type="i" name="close-duration">
2012-07-15 12:20:35 +04:00
<default>300</default>
2014-11-06 20:50:15 +03:00
<_summary>Duration of the close animation</_summary>
2012-06-17 01:16:46 +04:00
</key>
2012-07-15 12:20:35 +04:00
<key type="i" name="minimize-duration">
<default>200</default>
2014-11-06 20:50:15 +03:00
<_summary>Duration of the minimize animation</_summary>
2012-07-15 12:20:35 +04:00
</key>
2012-06-17 01:16:46 +04:00
<key type="i" name="workspace-switch-duration">
2013-09-29 02:35:41 +04:00
<default>300</default>
2014-11-06 20:50:15 +03:00
<_summary>Duration of the workspace switch animation</_summary>
2012-06-17 01:16:46 +04:00
</key>
2012-10-06 16:23:52 +04:00
<key type="i" name="menu-duration">
<default>150</default>
2014-11-06 20:50:15 +03:00
<_summary>Duration of the menu mapping animation</_summary>
2012-10-06 16:23:52 +04:00
</key>
2012-06-17 01:16:46 +04:00
</schema>
2014-11-06 20:50:15 +03:00
<schema path="/org/pantheon/desktop/gala/shadows/" id="org.pantheon.desktop.gala.shadows" gettext-domain="@GETTEXT_PACKAGE@">
2012-06-17 01:16:46 +04:00
<key type="as" name="normal-focused">
<default>['20', '-1', '0', '15', '220']</default>
2014-11-06 20:50:15 +03:00
<_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>
2012-06-17 01:16:46 +04:00
</key>
<key type="as" name="normal-unfocused">
<default>['8', '-1', '0', '6', '150']</default>
2014-11-06 20:50:15 +03:00
<_summary>Defines the shadow of a normal unfocused window</_summary>
<_description>See normal-focused</_description>
2012-06-17 01:16:46 +04:00
</key>
<key type="as" name="menu">
<default>['7', '-1', '0', '5', '130']</default>
2014-11-06 20:50:15 +03:00
<_summary>Defines the shadow of a menu</_summary>
<_description>See normal-focused</_description>
2012-06-17 01:16:46 +04:00
</key>
<key type="as" name="dialog-focused">
<default>['12', '-1', '0', '7', '190']</default>
2014-11-06 20:50:15 +03:00
<_summary>Defines the shadow of a focused dialog</_summary>
<_description>See normal-focused</_description>
2012-06-17 01:16:46 +04:00
</key>
<key type="as" name="dialog-unfocused">
<default>['7', '-1', '0', '4', '130']</default>
2014-11-06 20:50:15 +03:00
<_summary>Defines the shadow of an unfocused dialog</_summary>
<_description>See normal-focused</_description>
2012-06-17 01:16:46 +04:00
</key>
2012-05-31 18:07:43 +04:00
</schema>
2014-11-03 14:23:35 +03:00
2014-11-16 02:59:26 +03:00
<schema path="/org/pantheon/desktop/gala/notifications/" id="org.pantheon.desktop.gala.notifications" gettext-domain="@GETTEXT_PACKAGE@">
2014-11-03 14:23:35 +03:00
<key type="b" name="do-not-disturb">
<default>false</default>
2014-11-16 02:59:26 +03:00
<_summary>Disable all notifications</_summary>
2014-11-03 14:23:35 +03:00
</key>
2014-11-14 18:17:19 +03:00
<key type="b" name="default-bubbles">
<default>true</default>
2014-11-16 02:59:26 +03:00
<_summary>The default setting for the bubbles that would be used for new apps</_summary>
2014-11-07 18:11:23 +03:00
</key>
2014-11-14 18:17:19 +03:00
<key type="b" name="default-sounds">
2014-11-12 00:43:35 +03:00
<default>true</default>
2014-11-16 02:59:26 +03:00
<_summary>The default setting for the sounds that would be used for new apps</_summary>
2014-11-03 14:23:35 +03:00
</key>
2014-11-07 18:11:23 +03:00
<key type="as" name="apps">
2014-11-03 14:23:35 +03:00
<default>[]</default>
2014-11-16 02:59:26 +03:00
<_summary>List of apps and their notification-permissions. Example: ['noise:show,on', 'pantheon-terminal:show,off']</_summary>
<_description>Structure: ['{APP-NAME}:{PRIORITY (show/hide)},{SOUNDS on/off}', ...]</_description>
2014-11-03 14:23:35 +03:00
</key>
</schema>
2012-05-31 18:07:43 +04:00
</schemalist>