32 lines
961 B
Plaintext
32 lines
961 B
Plaintext
$OpenBSD: patch-i3_config_keycodes,v 1.4 2011/12/27 09:05:17 dcoppa Exp $
|
|
--- i3.config.keycodes.orig Sat Dec 24 16:25:08 2011
|
|
+++ i3.config.keycodes Tue Dec 27 09:30:43 2011
|
|
@@ -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
|
|
@@ -146,8 +146,8 @@ 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
|
|
+# XXX: i3status has not been ported to OpenBSD yet
|
|
bar {
|
|
- status_command i3status
|
|
+ status_command /usr/bin/true
|
|
}
|