diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/lightdm.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/lightdm.conf b/data/lightdm.conf index e9d2f880..20148a02 100644 --- a/data/lightdm.conf +++ b/data/lightdm.conf @@ -44,6 +44,8 @@ # xdmcp-manager = XDMCP manager to connect to (implies xserver-allow-tcp=true) # xdmcp-port = XDMCP UDP/IP port to communicate on # xdmcp-key = Authentication key to use for XDM-AUTHENTICATION-1 (stored in keys.conf) +# unity-compositor-command = Unity compositor command to run (can also contain arguments e.g. unity-system-compositor -special-option) +# unity-compositor-timeout = Number of seconds to wait for compositor to start # greeter-session = Session to load for greeter # greeter-hide-users = True to hide the user list # greeter-allow-guest = True if the greeter should show a guest login option @@ -75,6 +77,8 @@ #xdmcp-manager= #xdmcp-port=177 #xdmcp-key= +#unity-compositor-command=unity-system-compositor +#unity-compositor-timeout=60 #greeter-session=example-gtk-gnome #greeter-hide-users=false #greeter-allow-guest=true |