From ebb51508a90e7ee8aa2775bb6775b64922ba8a08 Mon Sep 17 00:00:00 2001 From: Guido Berhoerster Date: Mon, 29 Aug 2011 15:13:48 +1000 Subject: Add display-setup, session-setup and session-cleanup scripting hooks --- data/lightdm.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'data') 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 -- cgit v1.2.1