$OpenBSD: patch-src_keyevents_c,v 1.10 2016/06/09 10:56:59 dcoppa Exp $
--- src/keyevents.c.orig	Thu Jun  9 09:02:41 2016
+++ src/keyevents.c	Thu Jun  9 12:27:08 2016
@@ -172,7 +172,7 @@ void init_keyevents(void) {
 
 	free(confpath);
 
-	if (!conf && ((conf = fopen("/etc/feh/keys", "r")) == NULL))
+	if (!conf && ((conf = fopen("${SYSCONFDIR}/feh/keys", "r")) == NULL))
 		return;
 
 	while (fgets(line, sizeof(line), conf)) {
