summaryrefslogtreecommitdiff
path: root/src/greeterconfiguration.h
diff options
context:
space:
mode:
authorKonrad Bucheli <konrad.bucheli@psi.ch>2022-07-25 15:05:18 +0200
committerKonrad Bucheli <konrad.bucheli@psi.ch>2022-07-25 15:05:18 +0200
commit4ef6f40887df9b4200b4535884c967eaac461dd7 (patch)
tree0d5c1b4f89ad562fb4cd3f479e7b9172c44fb1f6 /src/greeterconfiguration.h
parente0988e3f1ccb7522933eae8318956b26b97085b8 (diff)
downloadlightdm-gtk-greeter-git-4ef6f40887df9b4200b4535884c967eaac461dd7.tar.gz
allow to configure a default session manager
Diffstat (limited to 'src/greeterconfiguration.h')
-rw-r--r--src/greeterconfiguration.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/greeterconfiguration.h b/src/greeterconfiguration.h
index 9e1b452..e45f889 100644
--- a/src/greeterconfiguration.h
+++ b/src/greeterconfiguration.h
@@ -16,6 +16,7 @@
#define CONFIG_GROUP_DEFAULT "greeter"
#define CONFIG_KEY_INDICATORS "indicators"
+#define CONFIG_KEY_DEFAULT_SESSION "default-session"
#define CONFIG_KEY_DEBUGGING "allow-debugging"
#define CONFIG_KEY_SCREENSAVER_TIMEOUT "screensaver-timeout"
#define CONFIG_KEY_THEME "theme-name"