1
# LightDM GTK+ Configuration
2
# Available configuration options listed below.
5
# theme-name = GTK+ theme to use
6
# icon-theme-name = Icon theme to use
7
# cursor-theme-name = Cursor theme to use
8
# cursor-theme-size = Cursor size to use
9
# background = Background file to use, either an image path or a color (e.g. #772953)
10
# user-background = false|true ("true" by default) Display user background (if available)
11
# transition-duration = Length of time (in milliseconds) to transition between background images ("500" by default)
12
# transition-type = ease-in-out|linear|none ("ease-in-out" by default)
15
# font-name = Font to use
16
# xft-antialias = false|true Whether to antialias Xft fonts
17
# xft-dpi = Resolution for Xft in dots per inch (e.g. 96)
18
# xft-hintstyle = none|slight|medium|hintfull What degree of hinting to use
19
# xft-rgba = none|rgb|bgr|vrgb|vbgr Type of subpixel antialiasing
22
# active-monitor = Monitor to display greeter window (name or number). Use #cursor value to display greeter at monitor with cursor. Can be a semicolon separated list
23
# position = x y ("50% 50%" by default) Login window position
24
# default-user-image = Image used as default user icon, path or #icon-name
25
# hide-user-image = false|true ("false" by default)
28
# panel-position = top|bottom ("top" by default)
29
# clock-format = strftime-format string, e.g. %H:%M
30
# indicators = semi-colon ";" separated list of allowed indicator modules. Built-in indicators include "~a11y", "~language", "~session", "~power", "~clock", "~host", "~spacer". Unity indicators can be represented by short name (e.g. "sound", "power"), service file name, or absolute path
33
# a11y-states = states of accessibility features: "name" - save state on exit, "-name" - disabled at start (default value for unlisted), "+name" - enabled at start. Allowed names: contrast, font, keyboard, reader.
34
# keyboard = command to launch on-screen keyboard (e.g. "onboard")
35
# keyboard-position = x y[;width height] ("50%,center -0;50% 25%" by default) Works only for "onboard"
36
# reader = command to launch screen reader (e.g. "orca")
39
# allow-debugging = false|true ("false" by default)
40
# screensaver-timeout = Timeout (in seconds) until the screen blanks when the greeter is called as lockscreen
42
# Template for per-monitor configuration:
44
# background = overrides default value
45
# user-background = overrides default value
46
# laptop = false|true ("false" by default) Marks monitor as laptop display
47
# transition-duration = overrides default value
2
# background = Background file to use, either an image path or a color (e.g. #772953)
3
# theme-name = GTK+ theme to use
4
# icon-theme-name = Icon theme to use
5
# font-name = Font to use
6
# xft-antialias = Whether to antialias Xft fonts (true or false)
7
# xft-dpi = Resolution for Xft in dots per inch (e.g. 96)
8
# xft-hintstyle = What degree of hinting to use (none, slight, medium, or hintfull)
9
# xft-rgba = Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr)
10
# show-indicators = semi-colon ";" separated list of allowed indicator modules. Built-in indicators include "~a11y", "~language", "~session", "~power". Unity indicators can be represented by short name (e.g. "sound", "power"), service file name, or absolute path
11
# show-clock (true or false)
12
# clock-format = strftime-format string, e.g. %H:%M
13
# keyboard = command to launch on-screen keyboard
14
# position = main window position: x y
15
# default-user-image = Image used as default user icon, path or #icon-name
16
# screensaver-timeout = Timeout (in seconds) until the screen blanks when the greeter is called as lockscreen