$OpenBSD: patch-i3_config,v 1.12 2012/05/11 09:35:17 dcoppa Exp $
--- i3.config.orig	Wed Apr 25 23:21:25 2012
+++ i3.config	Fri May 11 11:21:17 2012
@@ -16,13 +16,13 @@ font -misc-fixed-medium-r-normal--13-120-75-75-C-70-is
 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
 
 # change focus
 bindsym Mod1+j focus left
@@ -134,7 +134,7 @@ bindsym Mod1+r mode "resize"
 # Start i3bar to display a workspace bar (plus the system information i3status
 # finds out, if available)
 bar {
-        status_command i3status
+        status_command ${LOCALBASE}/bin/i3status
 }
 
 #######################################################################
@@ -146,4 +146,4 @@ bar {
 #
 # Please remove the following exec line:
 #######################################################################
-exec i3-config-wizard
+exec ${TRUEPREFIX}/bin/i3-config-wizard
