diff options
author | Perberos <[email protected]> | 2011-12-01 22:56:10 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-01 22:56:10 -0300 |
commit | c51ef797a707f4e2c6f9688d4378f2b0e9898a66 (patch) | |
tree | 019ae92bb53c19b30077545cb14743cbd1b57aef /applets/wncklet/window-list.schemas.in | |
download | mate-panel-c51ef797a707f4e2c6f9688d4378f2b0e9898a66.tar.bz2 mate-panel-c51ef797a707f4e2c6f9688d4378f2b0e9898a66.tar.xz |
moving from https://github.com/perberos/mate-desktop-environment
Diffstat (limited to 'applets/wncklet/window-list.schemas.in')
-rw-r--r-- | applets/wncklet/window-list.schemas.in | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/applets/wncklet/window-list.schemas.in b/applets/wncklet/window-list.schemas.in new file mode 100644 index 00000000..b60c3222 --- /dev/null +++ b/applets/wncklet/window-list.schemas.in @@ -0,0 +1,77 @@ +<mateconfschemafile> + <schemalist> + + <schema> + <key>/schemas/apps/window_list_applet/prefs/display_all_workspaces</key> + <owner>window-list-applet</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Show windows from all workspaces</short> + <long> + If true, the window list will show windows from all workspaces. + Otherwise it will only display windows from the current workspace. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/window_list_applet/prefs/group_windows</key> + <owner>window-list-applet</owner> + <type>string</type> + <default>never</default> + <locale name="C"> + <short>When to group windows</short> + <long> + Decides when to group windows from the same application on the + window list. Possible values are "never", "auto" and "always". + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/window_list_applet/prefs/move_unminimized_windows</key> + <owner>window-list-applet</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Move windows to current workspace when unminimized</short> + <long> + If true, then when unminimizing a window, move it to the + current workspace. Otherwise, switch to the workspace of + the window. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/window_list_applet/prefs/minimum_size</key> + <owner>window-list-applet</owner> + <type>int</type> + <default>50</default> + <locale name="C"> + <short>Minimum window list size</short> + <long> + The use of this key was deprecated in MATE 2.20. The schema is + retained for compatibility with older versions. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/window_list_applet/prefs/maximum_size</key> + <owner>window-list-applet</owner> + <type>int</type> + <default>4096</default> + <locale name="C"> + <short>Maximum window list size</short> + <long> + The use of this key was deprecated in MATE 2.20. The schema is + retained for compatibility with older versions. + </long> + </locale> + </schema> + + </schemalist> + +</mateconfschemafile> |