[wiki] [sites] Configuration instructions were not complete for the new version of the pertag+tab patch. || Philippe Gras
commit a2b2397b7b4c819e3f9ae0a04db4574c3f3ea8dd
Author: Philippe Gras <philippe.gras_AT_free.fr>
Date: Tue Nov 12 01:23:39 2013 +0100
Configuration instructions were not complete for the new version of the
pertag+tab patch.
diff --git a/dwm.suckless.org/patches/tab.md b/dwm.suckless.org/patches/tab.md
index b17d204..f224066 100644
--- a/dwm.suckless.org/patches/tab.md
+++ b/dwm.suckless.org/patches/tab.md
_AT_@ -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>
Received on Tue Nov 12 2013 - 01:24:57 CET
This archive was generated by hypermail 2.3.0
: Thu Jun 18 2015 - 17:37:57 CEST