$OpenBSD: patch-i3_config,v 1.15 2014/07/11 15:49:58 dcoppa Exp $
--- i3.config.orig	Sun Jun 15 19:12:43 2014
+++ i3.config	Thu Jul  3 21:06:32 2014
@@ -32,13 +32,13 @@ set $right semicolon
 floating_modifier Mod1
 
 # start a terminal
-bindsym Mod1+Return exec i3-sensible-terminal
+bindsym Mod1+Return exec ${X11BASE}/bin/xterm
 
 # kill focused window
 bindsym Mod1+Shift+q kill
 
 # start dmenu (a program launcher)
-bindsym Mod1+d exec dmenu_run
+bindsym Mod1+d exec ${LOCALBASE}/bin/dmenu_run
 # There also is the (new) i3-dmenu-desktop which only displays applications
 # shipping a .desktop file. It is a wrapper around dmenu, so you need that
 # installed.
