$OpenBSD: patch-man_i3_man,v 1.5 2021/11/12 16:06:07 sthen Exp $

Index: man/i3.man
--- man/i3.man.orig
+++ man/i3.man
@@ -200,13 +200,13 @@ font pango:DejaVu Sans Mono 8
 floating_modifier Mod1
 
 # start a terminal
-bindsym Mod1+Return exec /usr/bin/urxvt
+bindsym Mod1+Return exec ${X11BASE}/bin/xterm
 
 # kill focused window
 bindsym Mod1+Shift+q kill
 
 # start dmenu (a program launcher)
-bindsym Mod1+d exec /usr/bin/dmenu_run
+bindsym Mod1+d exec ${LOCALBASE}/bin/dmenu_run
 
 # change focus
 bindsym Mod1+j focus left
@@ -319,7 +319,7 @@ ulimit -c unlimited
 
 # Start i3 and log to ~/.i3/logfile
 echo "Starting at $(date)" >> ~/.i3/logfile
-exec /usr/bin/i3 -V -d all >> ~/.i3/logfile
+exec ${TRUEPREFIX}/bin/i3 -V -d all >> ~/.i3/logfile
 -------------------------------------------------------------
 
 == ENVIRONMENT
