summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGuido Berhoerster <gber@opensuse.org>2011-08-29 15:13:48 +1000
committerRobert Ancell <robert.ancell@canonical.com>2011-08-29 15:13:48 +1000
commitebb51508a90e7ee8aa2775bb6775b64922ba8a08 (patch)
treedc68b8984f4d61142b1fef8d2c96f677dc8aa23c /data
parent4b01f7c2a252a5637a8133cab815afd2afb64e33 (diff)
downloadlightdm-ebb51508a90e7ee8aa2775bb6775b64922ba8a08.tar.gz
Add display-setup, session-setup and session-cleanup scripting hooks
Diffstat (limited to 'data')
-rw-r--r--data/lightdm.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/lightdm.conf b/data/lightdm.conf
index afeed8b6..c64de99c 100644
--- a/data/lightdm.conf
+++ b/data/lightdm.conf
@@ -41,6 +41,9 @@
# allow-guest = True if guest login is allowed
# guest-session = Session to load for guests (overrides user-session)
# session-wrapper = Wrapper script to run session with
+# display-setup-script = Script to run when starting a greeter session (runs as root)
+# session-setup-script = Script to run when starting a user session (runs as root)
+# session-cleanup-script = Script to run when quitting a user session (runs as root)
# autologin-guest = True to log in as guest by default
# autologin-user = User to log in with by default (overrides autologin-guest)
# autologin-user-timeout = Number of seconds to wait before loading default user
@@ -59,6 +62,9 @@
#allow-guest=true
#guest-session=UNIMPLEMENTED
#session-wrapper=lightdm-session
+#display-setup-script=
+#session-setup-script=
+#session-cleanup-script=
#autologin-guest=false
#autologin-user=
#autologin-user-timeout=0