openbsd-ports/x11/i3/patches/patch-i3_config_keycodes

31 lines
914 B
Plaintext
Raw Normal View History

$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
@@ -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
+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
@@ -146,8 +146,7 @@ mode "resize" {
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
+ status_command ${LOCALBASE}/bin/i3status
2011-12-01 11:00:01 -05:00
}