sites

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

commit a2b2397b7b4c819e3f9ae0a04db4574c3f3ea8dd
parent b46be08c01a408431b1f35e2939add16679c764e
Author: Philippe Gras <philippe.gras@free.fr>
Date:   Tue, 12 Nov 2013 01:23:39 +0100

Configuration instructions were not complete for the new version of the
pertag+tab patch.

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

diff --git a/dwm.suckless.org/patches/tab.md b/dwm.suckless.org/patches/tab.md @@ -66,6 +66,13 @@ one window. The section "More Options" explains how to add more display options. enum showtab_modes { showtab_never, showtab_auto, showtab_nmodes, showtab_always}; static const int showtab = showtab_auto; /* Default tab bar show mode */ static const Bool toptab = True; /* False means bottom tab bar */ + +If you use the combined pertag+tab patch, include also (adapt the number of '0' to your `tags` array configuration): + + /* default layout per tags */ + /* The first element is for all-tag view, following i-th element corresponds to */ + /* tags[i]. Layout is referred using the layouts array index.*/ + static int def_layouts[1 + LENGTH(tags)] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; <ul> <li>Run make and make install. </ul>