diff options
Diffstat (limited to 'mate-window-picker-applet/org.mate.panel.applet.mate-window-picker-applet.gschema.xml.in')
-rw-r--r-- | mate-window-picker-applet/org.mate.panel.applet.mate-window-picker-applet.gschema.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mate-window-picker-applet/org.mate.panel.applet.mate-window-picker-applet.gschema.xml.in b/mate-window-picker-applet/org.mate.panel.applet.mate-window-picker-applet.gschema.xml.in index 100dd2a..f3af64c 100644 --- a/mate-window-picker-applet/org.mate.panel.applet.mate-window-picker-applet.gschema.xml.in +++ b/mate-window-picker-applet/org.mate.panel.applet.mate-window-picker-applet.gschema.xml.in @@ -5,5 +5,10 @@ <summary>Show all windows</summary> <description>Show windows from all workspaces.</description> </key> + <key name="show-home-title" type="b"> + <default>false</default> + <summary>Show desktop title and logout button</summary> + <description>Show a title for the desktop when no window is selected, and append a logout button.</description> + </key> </schema> </schemalist> |