/schemas/apps/metacity/general/focus_mode /apps/metacity/general/focus_mode metacity string click Window focus mode The window focus mode indicates how windows are activated. It has three possible values; "click" means windows must be clicked in order to focus them, "sloppy" means windows are focused when the mouse enters the window, and "mouse" means windows are focused when the mouse enters the window and unfocused when the mouse leaves the window. /schemas/apps/metacity/general/titlebar_uses_desktop_font /apps/metacity/general/titlebar_uses_desktop_font metacity bool true Use standard desktop font in window titles If true, ignore the titlebar_font and titlebar_font_size options, and use the standard application font for window titles. /schemas/apps/metacity/general/titlebar_font /apps/metacity/general/titlebar_font metacity string Window title font A font description string describing a font for window titlebars. The size from the description will only be used if the titlebar_font_size option is set to 0, however. Also, this option is disabled if the titlebar_uses_desktop_font option is set to true. By default, titlebar_font is unset, causing Metacity to fall back to the desktop font even if titlebar_uses_desktop_font is false. /schemas/apps/metacity/general/titlebar_font_size /apps/metacity/general/titlebar_font_size metacity int 0 Window title font size The size of the font used in window titlebars, in points. If set to 0, the size comes from the titlebar_font option or from the desktop-wide default. If set to nonzero, overrides those sizes. /schemas/apps/metacity/general/num_workspaces /apps/metacity/general/num_workspaces metacity int 4 Number of workspaces Number of workspaces. Must be more than zero, and has a fixed maximum (to prevent accidentally destroying your desktop by asking for 34 million workspaces). /schemas/apps/metacity/keybindings/activate_window_menu /apps/metacity/keybindings/activate_window_menu metacity string <Alt>space Activate window menu The keybinding used to activate the window menu. The format looks like "<Control>a" or "<Shift><Alt>F1" or "<Release>z" (the last one is for key release). The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". This option can be set to a single string, or a list of strings; if a list, all of the given keybindings will be present. If you set the option to the special string "disabled", then there will be no keybinding for this action.