commit d3495a0c9239a158d0566caf8883817a6c02a988 parent 7c4ac1bb25a94893300986e003e82625d28cd6f4 Author: james@console.local <unknown> Date: Sun, 26 Jul 2009 14:44:15 -0400 Added note about using patch -p0 Diffstat:
| M | dwm.suckless.org/patches/bottom_stack.md | | | 14 | +------------- |
1 file changed, 1 insertion(+), 13 deletions(-)
diff --git a/dwm.suckless.org/patches/bottom_stack.md b/dwm.suckless.org/patches/bottom_stack.md @@ -3,19 +3,7 @@ BOTTOM STACK PATCH Description ----------- -This patch provides an additional bottom stack layout for the dwm window manager. (It no longer includes code for 'tileleft' or 'bstacklandscape'.) - -Vertical Stack Tiling: ----------------------- - tile ([]=) - +----------+------+ - | | | - | +------+ - | | | - | +------+ - | | | - | | | - +----------+------+ +This patch provides an additional bottom stack layout for the dwm window manager. (It no longer includes code for 'tileleft' or 'bstacklandscape'). Use 'patch -p0' when patching. Bottom Stack Tiling: --------------------