[wiki] [official] changed dwm/patches/gapless_grid.md || joten

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

changeset: 176:cb2fa38c9575
tag: tip
user: joten_AT_localhost.localdomain
date: Tue Oct 21 10:04:10 2008 +0200
files: dwm/patches/gapless_grid.md
description:
changed dwm/patches/gapless_grid.md


diff -r e1307f318f12 -r cb2fa38c9575 dwm/patches/gapless_grid.md
--- a/dwm/patches/gapless_grid.md Mon Oct 20 23:51:54 2008 +0200
+++ b/dwm/patches/gapless_grid.md Tue Oct 21 10:04:10 2008 +0200
_AT_@ -3,6 +3,7 @@
 ## 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 ##
 
_AT_@ -14,11 +15,17 @@
 
 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]} },'.
+
+ * Transfer the changes made by the patch in 'config.def.h' to 'config.h', if needed.
+ * 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:27 CEST

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