changeset: 98:97c204d95d1a
tag: tip
user: Jeroen Schot <schot_AT_a-eskwadraat.nl>
date: Thu Jul 31 19:54:17 2008 +0200
files: dwm/patches/fibonacci.md
description:
update fibonacci to 5.1.
diff -r 400c9e35ddc8 -r 97c204d95d1a dwm/patches/fibonacci.md
--- a/dwm/patches/fibonacci.md Thu Jul 31 18:49:51 2008 +0100
+++ b/dwm/patches/fibonacci.md Thu Jul 31 19:54:17 2008 +0200
_AT_@ -1,12 +1,11 @@
-FIBONACCI LAYOUTS PATCH
-=======================
+# FIBONACCI LAYOUTS
## Description
This patch adds two new layouts (`spiral` and `dwindle`) that arranges all
windows in Fibonacci tiles: The first window uses half the screen, the second
-the half of the remainder, etc. Ascii representations and a real screenshot of
-the spiral arrangement can be seen below.
+the half of the remainder, etc. ASCII art and a real screenshot of the spiral
+arrangement can be seen below.
+-----------+-----------+ +-----------+-----------+
| | | | | |
_AT_@ -21,17 +20,16 @@
[![dwm in spiral layout.][1]][2]
-Links2, sic, xclock & xterm in spiral layout.
+*Links2, sic, xterm & xclock in spiral layout.*
## Usage
1. Download the patch and apply according to the [general instructions](.).
- 2. Include the `fibonacci.h` header file and add `spiral` and/or `dwindle` to
+ 2. Include the `fibonacci.c` source file and add `spiral` and/or `dwindle` to
the `Layout` section of your `config.h` file.
Example from `config.default.h`:
- #include "tile.h"
- #include "fibonacci.h"
+ #include "fibonacci.c"
static Layout layout[] = { \
/* symbol function */ \
{ "[]=", tile }, /* first entry is default */ \
_AT_@ -42,23 +40,17 @@
## Download
- * [dwm-5.0.1-fibonacci.diff][3] (1.8k) (20080721)
- * [dwm-4.6-fibonacci.diff][4]
- * [dwm-4.5-fibonacci.diff][5]
- * [dwm-4.4.1-fibonacci.diff][6] (3.0kb) (20070826)
+ * [dwm-5.1-fibonacci.diff][3] (1.9k) (20080731)
## Author
* Jeroen Schot - <schot_AT_a-eskwadraat.nl>
- * Updated by Jan Christoph Ebersbach - <jceb_AT_e-jc.de>
-Joe Thornber's spiral tiling for [Xmonad][7] formed the inspiration for this
-patch.
+Joe Thornber's spiral tiling for [Xmonad][4] formed the inspiration for this
+patch. Thanks to Jan Christoph Ebersbach for updating this patch for versions
+4.5 to 4.9.
[1]:
http://schot.a-eskwadraat.nl/images/dwm-spiral_small.png
[2]:
http://schot.a-eskwadraat.nl/images/dwm-spiral.png
-[3]:
http://schot.a-eskwadraat.nl/files/dwm-5.0.1-fibonacci.diff
-[4]:
http://www.e-jc.de/dwm/4.6/current/dwm-4.6-fibonacci.diff
-[5]:
http://www.e-jc.de/dwm/4.5/dwm-4.5-tip_ac233c362502-fibonacci.diff
-[6]:
http://schot.a-eskwadraat.nl/files/dwm-4.4.1-fibonacci.diff
-[7]:
http://www.xmonad.org
+[3]:
http://schot.a-eskwadraat.nl/files/dwm-5.1-fibonacci.diff
+[4]:
http://www.xmonad.org
Received on Thu Jul 31 2008 - 19:54:22 CEST