bspwm/doc
Bastien Dejean 64cde67dc2 Remove setting: focus_by_distance
The removal is motivated by the following example:

+-------+-------+
|       |       |
|       |   b   |
|       |       |
|       |_______|
|   a   |       |
|   *   |   c   |
|       |       |
|       |_______|
|       |       |
|       |   d   |
|       |       |
+-------+-------+

Bellow is a summary of the number of steps required to reach *b*, *c* and *d* with *a* as a starting point with the associated mean and variance:

focus_by_distance         steps           mean         variance
---------------------------------------------------------------
  false                   1, 2, 3           2            2/3
  true                    2, 1, 2          5/3           2/9
2013-07-13 22:23:13 +02:00
..
asciidoc.conf Generate documentation via asciidoc 2013-06-26 21:50:01 +02:00
bspc.1 Generate documentation via asciidoc 2013-06-26 21:50:01 +02:00
bspwm.1 Remove setting: focus_by_distance 2013-07-13 22:23:13 +02:00
bspwm.1.txt Remove setting: focus_by_distance 2013-07-13 22:23:13 +02:00
CONTRIBUTING.md Move documentation into doc/ 2013-06-27 15:23:39 +02:00
header.txt Generate documentation via asciidoc 2013-06-26 21:50:01 +02:00
INSTALL.md Mention the available packages 2013-06-29 10:36:13 +02:00
MISC.md Start writing miscellaneous documentation 2013-07-12 23:03:31 +02:00
TODO.md Rewrite message handling 2013-07-12 21:52:02 +02:00