sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 31265cd6b3bd1e5a075f837848f7285c09162659
parent ddcd578c225b82410e8fc1291c7e6b386499c7ab
Author: Marshall Mason <marshallmason3@gmail.com>
Date:   Fri,  3 Jul 2026 22:42:54 -0700

Added usage notes to horizgrid, just like gaplessgrid

Diffstat:
Mdwm.suckless.org/patches/horizgrid/index.md | 16++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/dwm.suckless.org/patches/horizgrid/index.md b/dwm.suckless.org/patches/horizgrid/index.md @@ -28,6 +28,22 @@ Horizontal Grid Layout | | | +--------+--------+ +Usage +----- +Download `horizgrid.c` and add the gapless layout to your `config.h`: + + #include "horizgrid.c" + + static const Layout layouts[] = { + /* symbol arrange function */ + { "###", horizgrid }, + ... + + static Key keys[] = { + /* modifier key function argument */ + { MODKEY, XK_g, setlayout, {.v = &layouts[0] } }, + ... + Download -------- * [dwm-horizgrid-6.1.diff](dwm-horizgrid-6.1.diff) (20160108)