]> git.lizzy.rs Git - bspwm.git/blobdiff - doc/MISC.md
Automatically shrink pseudo-tiled windows
[bspwm.git] / doc / MISC.md
index 9f3e76c279abf562feee030b4d534e348def28da..8e067e2cd169341690cdecad01d109c0f1b5d14f 100644 (file)
@@ -8,7 +8,7 @@ If a node has two children it is an internal node, otherwise a leaf.
 
 Fundamental theorem:
 Let I be the number of internal nodes and L the number of leaves, then:
-    L = I + 1
+       L = I + 1
 
 (It can be proved by induction on the number of internal nodes.)