Add a comment about i3status

This commit is contained in:
dcoppa 2011-12-07 09:51:26 +00:00
parent db3e86623f
commit 2548243e74
3 changed files with 10 additions and 8 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.20 2011/12/01 16:00:01 dcoppa Exp $
# $OpenBSD: Makefile,v 1.21 2011/12/07 09:51:26 dcoppa Exp $
COMMENT = improved dynamic tiling window manager
DISTNAME = i3-4.1
REVISION = 0
CATEGORIES = x11
EXTRACT_SUFX = .tar.bz2

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-i3_config,v 1.5 2011/12/01 16:00:01 dcoppa Exp $
$OpenBSD: patch-i3_config,v 1.6 2011/12/07 09:51:26 dcoppa Exp $
--- i3.config.orig Fri Nov 11 23:41:20 2011
+++ i3.config Thu Dec 1 14:37:51 2011
+++ i3.config Wed Dec 7 10:35:02 2011
@@ -9,6 +9,8 @@
# layout, use the i3-config-wizard
#
@ -26,13 +26,14 @@ $OpenBSD: patch-i3_config,v 1.5 2011/12/01 16:00:01 dcoppa Exp $
# change focus
bindsym Mod1+j focus left
@@ -145,19 +147,7 @@ mode "resize" {
@@ -145,19 +147,8 @@ mode "resize" {
bindsym Mod1+r 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

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-i3_config_keycodes,v 1.2 2011/12/01 16:00:01 dcoppa Exp $
$OpenBSD: patch-i3_config_keycodes,v 1.3 2011/12/07 09:51:26 dcoppa Exp $
--- i3.config.keycodes.orig Fri Nov 11 23:41:20 2011
+++ i3.config.keycodes Thu Dec 1 14:38:38 2011
+++ i3.config.keycodes Wed Dec 7 10:35:13 2011
@@ -17,13 +17,13 @@ font -misc-fixed-medium-r-normal--13-120-75-75-C-70-is
floating_modifier $mod
@ -17,13 +17,14 @@ $OpenBSD: patch-i3_config_keycodes,v 1.2 2011/12/01 16:00:01 dcoppa Exp $
# change focus
bindcode $mod+44 focus left
@@ -146,8 +146,7 @@ mode "resize" {
@@ -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