diff options
author | Steve Zesch <[email protected]> | 2012-05-26 12:42:33 -0400 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-05-26 12:42:33 -0400 |
commit | 07e8c1019b0e3b8fc49304bae6c074e282053925 (patch) | |
tree | 564934689d7401683be340a40ed99aa1a0c8cfc7 /src/marco.schemas.in.in | |
parent | ce3d3a4b6e0a93eea4d54ac4bc2907b7432e136b (diff) | |
download | marco-07e8c1019b0e3b8fc49304bae6c074e282053925.tar.bz2 marco-07e8c1019b0e3b8fc49304bae6c074e282053925.tar.xz |
Fixes https://github.com/mate-desktop/mate-window-manager/issues/4
Diffstat (limited to 'src/marco.schemas.in.in')
-rw-r--r-- | src/marco.schemas.in.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/marco.schemas.in.in b/src/marco.schemas.in.in index ca03ab70..818ba47c 100644 --- a/src/marco.schemas.in.in +++ b/src/marco.schemas.in.in @@ -397,6 +397,21 @@ </schema> <schema> + <key>/schemas/apps/marco/general/compositing_fast_alt_tab</key> + <applyto>/apps/marco/general/compositing_fast_alt_tab</applyto> + <owner>marco</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Fast Alt-Tab Enabled</short> + <long> + Whether or not fast alt-tabbing is used when the compositing + manager is enabled. + </long> + </locale> + </schema> + + <schema> <key>/schemas/apps/marco/workspace_names/name</key> <applyto>/apps/marco/workspace_names/name_1</applyto> <applyto>/apps/marco/workspace_names/name_2</applyto> |