summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/context.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/context.c b/src/context.c
index e9c52eb..eca9e32 100644
--- a/src/context.c
+++ b/src/context.c
@@ -82,6 +82,8 @@ xkb_context_include_path_append_default(struct xkb_context *ctx)
ret |= xkb_context_include_path_append(ctx, DFLT_XKB_CONFIG_ROOT);
+ ret |= xkb_context_include_path_append(ctx, "/etc/X11/xkb");
+
home = secure_getenv("HOME");
if (!home)
return ret;