$OpenBSD: patch-src_config_c,v 1.11 2013/05/16 18:42:30 dcoppa Exp $
--- src/config.c.orig	Mon Mar 18 22:43:36 2013
+++ src/config.c	Mon May 13 08:27:23 2013
@@ -256,7 +256,7 @@ static char *get_config_path(const char *override_conf
 
     /* 4: check for $XDG_CONFIG_DIRS/i3/config */
     if ((xdg_config_dirs = getenv("XDG_CONFIG_DIRS")) == NULL)
-        xdg_config_dirs = "/etc/xdg";
+        xdg_config_dirs = "${SYSCONFDIR}/xdg";
 
     char *buf = sstrdup(xdg_config_dirs);
     char *tok = strtok(buf, ":");
