$OpenBSD: patch-src_keyevents_c,v 1.9 2015/04/23 05:54:04 dcoppa Exp $
--- src/keyevents.c.orig	Wed Apr  8 11:21:11 2015
+++ src/keyevents.c	Thu Apr 23 07:46:02 2015
@@ -170,7 +170,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)) {
