From: Michael Stapelberg
Date: Wed, 16 Nov 2011 00:12:45 +0000 (+0000)
Subject: update userguide, add missing i3-sync images
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f6eacac8329f6faf45d8d894fee140d9786d313e;p=i3%2Fi3.github.io
update userguide, add missing i3-sync images
---
diff --git a/_docs/userguide b/_docs/userguide
index 3d78d16..79c97b1 100644
--- a/_docs/userguide
+++ b/_docs/userguide
@@ -174,7 +174,7 @@ Floating windows are always on top of tiling windows.
i3 stores all information about the X11 outputs, workspaces and layout of the
windows on them in a tree. The root node is the X11 root window, followed by
the X11 outputs, then dock areas and a content container, then workspaces and
-finally the windows themselve. In previous versions of i3 we had multiple lists
+finally the windows themselves. In previous versions of i3 we had multiple lists
(of outputs, workspaces) and a table for each workspace. That approach turned
out to be complicated to use (snapping), understand and implement.
@@ -812,7 +812,9 @@ status_command command
*Example*:
-------------------------------------------------
-status_command i3status --config ~/.i3status.conf
+bar {
+ status_command i3status --config ~/.i3status.conf
+}
-------------------------------------------------
=== Display mode
@@ -834,7 +836,9 @@ mode
*Example*:
----------------
-mode hide
+bar {
+ mode hide
+}
----------------
=== Position
@@ -850,7 +854,9 @@ position
*Example*:
---------------------
-position top
+bar {
+ position top
+}
---------------------
=== Output(s)
@@ -859,6 +865,9 @@ You can restrict i3bar to one or more outputs (monitors). The default is to
handle all outputs. Restricting the outputs is useful for using different
options for different outputs by using multiple 'bar' blocks.
+To make a particular i3bar instance handle multiple outputs, specify the output
+directive multiple times.
+
*Syntax*:
---------------
output
# disable system tray
-tray_output none
+bar {
+ tray_output none
+}
# show tray icons on the big monitor
-tray_output HDMI2
+bar {
+ tray_output HDMI2
+}
@@ -1006,7 +1020,9 @@ the bar.
-
font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
+
bar {
+ font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
+}
@@ -1022,7 +1038,9 @@ you want to display a statusline-only bar containing additional information.
-
workspace_buttons no
+
bar {
+ workspace_buttons no
+}
@@ -1099,14 +1117,16 @@ urgent_workspace
-
colors {
- background #000000
- statusline #ffffff
+bar {
+ colors {
+ background #000000
+ statusline #ffffff
- focused_workspace #ffffff #285577
- active_workspace #ffffff #333333
- inactive_workspace #888888 #222222
- urgent_workspace #ffffff #900000
+ focused_workspace #ffffff #285577
+ active_workspace #ffffff #333333
+ inactive_workspace #888888 #222222
+ urgent_workspace #ffffff #900000
+ }
}
@@ -1225,7 +1245,7 @@ searched in your $PATH.
bindsym mod+g exec gimp
# Start the terminal emulator urxvt which is not yet startup-notification-aware
-bindsym mod+enter exec --no-startup-id urxvt
+bindsym mod+Return exec --no-startup-id urxvt
The --no-startup-id parameter disables startup-notification support for this
particular exec command. With startup-notification, i3 can make sure that a