docs/userguide: fix typo (Thanks sycamorex)

This commit is contained in:
Michael Stapelberg 2011-11-13 10:51:58 +00:00
parent b991952fdf
commit cc1a7d35d9
1 changed files with 1 additions and 1 deletions

View File

@ -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.