27 lines
858 B
Plaintext
27 lines
858 B
Plaintext
$OpenBSD: patch-i3_config_keycodes,v 1.6 2012/05/09 11:56:49 dcoppa Exp $
|
|
--- i3.config.keycodes.orig Wed Apr 25 23:21:25 2012
|
|
+++ i3.config.keycodes Wed May 9 10:03:44 2012
|
|
@@ -17,13 +17,13 @@ font -misc-fixed-medium-r-normal--13-120-75-75-C-70-is
|
|
floating_modifier $mod
|
|
|
|
# start a terminal
|
|
-bindcode $mod+36 exec i3-sensible-terminal
|
|
+bindcode $mod+36 exec ${X11BASE}/bin/xterm
|
|
|
|
# kill focused window
|
|
bindcode $mod+Shift+24 kill
|
|
|
|
# start dmenu (a program launcher)
|
|
-bindcode $mod+40 exec dmenu_run
|
|
+bindcode $mod+40 exec ${LOCALBASE}/bin/dmenu_run
|
|
|
|
# change focus
|
|
bindcode $mod+44 focus left
|
|
@@ -135,5 +135,5 @@ bindcode $mod+27 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
|
|
}
|