From 97b5922a75b6f0337c2d3ae4bc62dc18347f861e Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Sat, 13 Jan 2018 22:56:35 +0100 Subject: Funktionierendes settings GUI --- .../org.gnome.desktop.interface.gschema.xml | 231 +++++++++++++++++++++ 1 file changed, 231 insertions(+) create mode 100644 Release/share/glib-2.0/schemas/org.gnome.desktop.interface.gschema.xml (limited to 'Release/share/glib-2.0/schemas/org.gnome.desktop.interface.gschema.xml') diff --git a/Release/share/glib-2.0/schemas/org.gnome.desktop.interface.gschema.xml b/Release/share/glib-2.0/schemas/org.gnome.desktop.interface.gschema.xml new file mode 100644 index 0000000..ed08f62 --- /dev/null +++ b/Release/share/glib-2.0/schemas/org.gnome.desktop.interface.gschema.xml @@ -0,0 +1,231 @@ + + + + false + Enable Toolkit Accessibility + + Whether toolkits should load accessibility related modules. + + + + true + Enable Animations + + Whether animations should be displayed. Note: This is a global key, + it changes the behaviour of the window manager, the panel etc. + + + + false + Menus Have Tearoff + + Whether menus should have a tearoff. + + + + false + Can Change Accels + + Whether the user can dynamically type a new accelerator when + positioned over an active menuitem. + + + + 'both-horiz' + Toolbar Style + + Toolbar Style. Valid values are "both", "both-horiz", "icons", + and "text". + + + + false + Menubar Detachable + + Whether the user can detach menubars and move them around. + + + + false + Toolbar Detachable + + Whether the user can detach toolbars and move them around. + + + + 'large' + Toolbar Icon Size + + Size of icons in toolbars, either "small" or "large". + + + + true + Cursor Blink + + Whether the cursor should blink. + + + + + 1200 + Cursor Blink Time + + Length of the cursor blink cycle, in milliseconds. + + + + + 10 + Cursor Blink Timeout + + Time after which the cursor stops blinking, in seconds. + + + + 'Adwaita' + Icon Theme + + Icon theme to use for the panel, nautilus etc. + + + + 'Adwaita' + Gtk+ Theme + + Basename of the default theme used by gtk+. + + + + 'Default' + Gtk+ Keybinding Theme + + Basename of the default keybinding theme used by gtk+. + + + + 'Cantarell 11' + Default font + + Name of the default font used by gtk+. + + + + + 1.0 + Text scaling factor + + Factor used to enlarge or reduce text display, without changing font size. + + + + 0 + Window scaling factor + + Integer factor used to scale windows by. For use on high-dpi screens. + 0 means pick automatically based on monitor. + + + + 'callback' + GTK IM Preedit Style + + Name of the GTK+ input method Preedit Style used by gtk+. + + + + 'callback' + GTK IM Status Style + + Name of the GTK+ input method Status Style used by gtk+. + + + + '' + GTK IM Module + + Name of the input method module used by GTK+. + + + + 'Sans 11' + Document font + + Name of the default font used for reading documents. + + + + 'Monospace 11' + Monospace font + + Name of a monospaced (fixed-width) font for use in locations like + terminals. + + + + 'F10' + Menubar accelerator + + Keyboard shortcut to open the menu bars. + + + + 'Adwaita' + Cursor theme + Cursor theme name. Used only by Xservers that support the Xcursor extension. + + + 24 + Cursor size + Size of the cursor used as cursor theme. + + + 200 + Timeout before click repeat + Timeout in milliseconds before a click starts repeating (on spinner buttons for example). + + + 20 + Timeout between click repeats + Timeout in milliseconds between repeated clicks when a button is left pressed. + + + 'black:white:gray50:red:purple:blue:light blue:green:yellow:orange:lavender:brown:goldenrod4:dodger blue:pink:light green:gray10:gray30:gray75:gray90' + Palette used in the color selector + Palette used in the color selector as defined by the 'gtk-color-palette' setting + + + '' + List of symbolic names and color equivalents + A '\n' separated list of "name:color" as defined by the 'gtk-color-scheme' setting + + + '24h' + Whether the clock displays in 24h or 12h format + + Whether the clock displays in 24h or 12h format + + + + false + Whether the clock shows seconds + + If true, display seconds in the clock. + + + + false + Show date in clock + + If true, display date in the clock, in addition to time. + + + + false + Show battery percentage + + If true, display battery percentage in the status menu, in addition to the icon. + + + + -- cgit v1.2.1