2012-05-02 03:39:08 -04:00
|
|
|
$OpenBSD: patch-i3_config_keycodes,v 1.5 2012/05/02 07:39:08 jasper Exp $
|
|
|
|
--- i3.config.keycodes.orig Fri Jan 27 20:24:09 2012
|
|
|
|
+++ i3.config.keycodes Wed May 2 09:31:03 2012
|
2011-11-06 15:23:24 -05:00
|
|
|
@@ -17,13 +17,13 @@ font -misc-fixed-medium-r-normal--13-120-75-75-C-70-is
|
|
|
|
floating_modifier $mod
|
|
|
|
|
|
|
|
# start a terminal
|
2011-12-01 11:00:01 -05:00
|
|
|
-bindcode $mod+36 exec i3-sensible-terminal
|
2011-11-06 15:23:24 -05:00
|
|
|
+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
|
2012-05-02 03:39:08 -04:00
|
|
|
@@ -146,8 +146,7 @@ mode "resize" {
|
2011-11-06 15:23:24 -05:00
|
|
|
|
|
|
|
bindcode $mod+27 mode "resize"
|
|
|
|
|
|
|
|
-# Start i3bar to display a workspace bar (plus the system information i3status
|
|
|
|
-# finds out, if available)
|
|
|
|
+# Start i3bar to display a workspace bar
|
2011-12-01 11:00:01 -05:00
|
|
|
bar {
|
2011-12-27 04:05:17 -05:00
|
|
|
- status_command i3status
|
2012-05-02 03:39:08 -04:00
|
|
|
+ status_command ${LOCALBASE}/bin/i3status
|
2011-12-01 11:00:01 -05:00
|
|
|
}
|