[wiki] [official] user: joten_AT_freenet.de || joten

From: <hg_AT_suckless.org>
Date: Tue, 21 Oct 2008 09:19:20 +0100 (BST)

changeset: 169:f920a42e79a7
user: joten_AT_localhost.localdomain
date: Mon Oct 20 23:12:10 2008 +0200
files: dwm/patches/gapless_grid.md dwm/patches/gaplessgrid.md
description:
user: joten_AT_freenet.de
changed dwm/patches/gapless_grid.md
removed dwm/patches/gaplessgrid.md


diff -r 5bad1c12d3e9 -r f920a42e79a7 dwm/patches/gapless_grid.md
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/dwm/patches/gapless_grid.md Mon Oct 20 23:12:10 2008 +0200
_AT_@ -0,0 +1,24 @@
+# GAPLESS GRID PATCH #
+
+## Description ##
+
+This patch is similar to [gridmode][1] (in fact it is an altered version) in that it provides a layout for dwm, which arranges the windows in a grid. Though instead of using a regular grid, which in case leaves empty cells (e. g. with 3 windows there are 4 cells, one cell is empty), it uses the same number of columns, but adjusts the number of rows (at first x rows and (x+1) rows, when needed) leaving no empty cells.
+
+## Usage ##
+
+Download the patch and apply it according to the [general instructions](.). The patch will make the following changes:
+ * gaplessgrid.c: adding the file
+ * config.def.h: adding the include-line for 'gaplessgrid.c'
+ * config.def.h: adding the layout '"###", gaplessgrid'
+
+Comment: There may be problems applying the patch, if another layout has been added before.
+
+## Configuration ##
+Add a key definition like '{ MODKEY, XK_g, setlayout, {.v = &layouts[3]} },'.
+
+## Download ##
+ * [dwm-5.2-gaplessgrid.diff][2] (1.9k) (20081020)
+
+[1]: /dwm/patches/gridmode.html
+[2]: http://www.suckless.org/dwm/patches/dwm-5.2-gaplessgrid.diff
+
diff -r 5bad1c12d3e9 -r f920a42e79a7 dwm/patches/gaplessgrid.md
--- a/dwm/patches/gaplessgrid.md Mon Oct 20 22:49:05 2008 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
_AT_@ -1,24 +0,0 @@
-# GAPLESSGRID PATCH #
-
-## Description ##
-
-This patch is similar to [gridmode][1] (in fact it is an altered version) in that it provides a layout for dwm, which arranges the windows in a grid. Though instead of using a regular grid, which in case leaves empty cells (e. g. with 3 windows there are 4 cells, one cell is empty), it uses the same number of columns, but adjusts the number of rows (at first x rows and (x+1) rows, when needed) leaving no empty cells.
-
-## Usage ##
-
-Download the patch and apply it according to the [general instructions](.). The patch will make the following changes:
- 1. gaplessgrid.c: adding the file
- 2. config.def.h: adding the include-line for 'gaplessgrid.c'
- 3. config.def.h: adding the layout '"###", gaplessgrid'
-
-Comment: There may be problems applying the patch, if another layout has been added before.
-
-## Configuration ##
-Add a key definition like '{ MODKEY, XK_g, setlayout, {.v = &layouts[3]} },'.
-
-## Download ##
- * [dwm-5.2-gaplessgrid.diff][2] (1.9k) (20081020)
-
-[1]: /dwm/patches/gridmode.html
-[2]: http://www.suckless.org/dwm/patches/dwm-5.2-gaplessgrid.diff
-
Received on Tue Oct 21 2008 - 10:19:20 CEST

This archive was generated by hypermail 2.3.0 : Thu Sep 13 2012 - 19:30:27 CEST