$OpenBSD: patch-src_config_parser_c,v 1.3 2013/08/13 10:01:56 dcoppa Exp $
--- src/config_parser.c.orig	Mon Aug 12 16:02:01 2013
+++ src/config_parser.c	Mon Aug 12 16:03:05 2013
@@ -1065,8 +1065,8 @@ void parse_file(const char *f) {
 
         char *editaction,
              *pageraction;
-        sasprintf(&editaction, "i3-sensible-editor \"%s\" && i3-msg reload\n", f);
-        sasprintf(&pageraction, "i3-sensible-pager \"%s\"\n", errorfilename);
+        sasprintf(&editaction, "/usr/bin/vi \"%s\" && i3-msg reload\n", f);
+        sasprintf(&pageraction, "/usr/bin/less \"%s\"\n", errorfilename);
         char *argv[] = {
             NULL, /* will be replaced by the executable path */
             "-f",
