From: Michael Stapelberg Date: Sun, 13 Nov 2011 10:51:58 +0000 (+0000) Subject: docs/userguide: fix typo (Thanks sycamorex) X-Git-Tag: 4.2~255 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cc1a7d35d95d3e5ed52e795dc951b50fa5c4d0dd;p=i3%2Fi3 docs/userguide: fix typo (Thanks sycamorex) --- diff --git a/docs/userguide b/docs/userguide index 3d78d16f..eb8edf22 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.