summaryrefslogtreecommitdiff
path: root/src/greeterconfiguration.h
diff options
context:
space:
mode:
authorSean Davis <bluesabre@users.noreply.github.com>2022-07-26 05:47:40 -0400
committerGitHub <noreply@github.com>2022-07-26 05:47:40 -0400
commite49dad963dd6035a34acd6b391f14a27fe73ddb5 (patch)
tree1256dd45d1e923d70bb098abd16fb929351eea4b /src/greeterconfiguration.h
parent288e8834f15493afb81d51b51835b7e419b10b9f (diff)
parentf4de54246a677ccc77a9f1efc871beaebe1bec40 (diff)
downloadlightdm-gtk-greeter-git-e49dad963dd6035a34acd6b391f14a27fe73ddb5.tar.gz
Merge pull request #121 from kbucheli/configurable_keyboard_layouts
support configuring the keyboard layouts of the ~layout indicator
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 e45f889..24028c1 100644
--- a/src/greeterconfiguration.h
+++ b/src/greeterconfiguration.h
@@ -33,6 +33,7 @@
#define CONFIG_KEY_ROUND_USER_IMAGE "round-user-image"
#define CONFIG_KEY_HIGHLIGHT_LOGGED_USER "highlight-logged-user"
#define CONFIG_KEY_KEYBOARD "keyboard"
+#define CONFIG_KEY_KEYBOARD_LAYOUTS "keyboard-layouts"
#define CONFIG_KEY_READER "reader"
#define CONFIG_KEY_CLOCK_FORMAT "clock-format"
#define CONFIG_KEY_ACTIVE_MONITOR "active-monitor"