[wiki] [sites] update single tagset patches; fix broken bullet list || Jan Christoph Ebersbach

From: <hg_AT_suckless.org>
Date: Mon, 19 Mar 2012 07:39:28 +0100 (CET)

changeset: 896:92712cfe11c1
tag: tip
user: Jan Christoph Ebersbach <jceb_AT_e-jc.de>
date: Mon Mar 19 07:39:25 2012 +0100
files: dwm.suckless.org/patches/dwm-6.0-single_tagset.diff dwm.suckless.org/patches/dwm-6.0-single_tagset_all.diff dwm.suckless.org/patches/single_tagset.md
description:
update single tagset patches; fix broken bullet list


diff -r ac4f88761973 -r 92712cfe11c1 dwm.suckless.org/patches/dwm-6.0-single_tagset.diff
--- a/dwm.suckless.org/patches/dwm-6.0-single_tagset.diff Sun Mar 18 21:50:30 2012 +0100
+++ b/dwm.suckless.org/patches/dwm-6.0-single_tagset.diff Mon Mar 19 07:39:25 2012 +0100
_AT_@ -1,5 +1,5 @@
 Author: Jan Christoph Ebersbach <jceb_AT_e-jc.de>
-URL: no URL yet
+URL: http://dwm.suckless.org/patches/single_tagset
 This patch addresses the multi-monitor setup. Instead of having separate tags
 for every monitor there is just one list of tags for all monitors. Instead of
 moving windows from one monitor to the other, the desired tag from the
_AT_@ -15,9 +15,9 @@
 
 Please be aware that this patch probably breaks any other patch!
 
-diff -r 627ba72d3465 dwm.c
---- a/dwm.c Sun Mar 18 17:23:36 2012 +0100
-+++ b/dwm.c Sun Mar 18 20:44:53 2012 +0100
+diff -r 60b9b3056194 dwm.c
+--- a/dwm.c Mon Mar 19 07:31:04 2012 +0100
++++ b/dwm.c Mon Mar 19 07:32:30 2012 +0100
 _AT_@ -45,7 +45,7 @@
  #define CLEANMASK(mask) (mask & ~(numlockmask|LockMask) & (ShiftMask|ControlMask|Mod1Mask|Mod2Mask|Mod3Mask|Mod4Mask|Mod5Mask))
  #define INTERSECT(x,y,w,h,m) (MAX(0, MIN((x)+(w),(m)->wx+(m)->ww) - MAX((x),(m)->wx)) \
_AT_@ -436,7 +436,7 @@
                                          selmon = mons;
 + for(c = m->cl->clients; c; c = c->next) {
 + dirty = True;
-+ if(ISVISIBLE(c, m))
++ if(c->mon == m)
 + c->mon = selmon;
 + }
                                  cleanupmon(m);
diff -r ac4f88761973 -r 92712cfe11c1 dwm.suckless.org/patches/dwm-6.0-single_tagset_all.diff
--- a/dwm.suckless.org/patches/dwm-6.0-single_tagset_all.diff Sun Mar 18 21:50:30 2012 +0100
+++ b/dwm.suckless.org/patches/dwm-6.0-single_tagset_all.diff Mon Mar 19 07:39:25 2012 +0100
_AT_@ -1,5 +1,5 @@
 Author: Jan Christoph Ebersbach <jceb_AT_e-jc.de>
-URL: no URL yet
+URL: http://dwm.suckless.org/patches/single_tagset
 This patch addresses the multi-monitor setup. Instead of having separate tags
 for every monitor there is just one list of tags for all monitors. Instead of
 moving windows from one monitor to the other, the desired tag from the
_AT_@ -459,7 +459,7 @@
                                          selmon = mons;
 + for(c = m->cl->clients; c; c = c->next) {
 + dirty = True;
-+ if(ISVISIBLE(c, m))
++ if(c->mon == m)
 + c->mon = selmon;
 + }
                                  cleanupmon(m);
diff -r ac4f88761973 -r 92712cfe11c1 dwm.suckless.org/patches/single_tagset.md
--- a/dwm.suckless.org/patches/single_tagset.md Sun Mar 18 21:50:30 2012 +0100
+++ b/dwm.suckless.org/patches/single_tagset.md Mon Mar 19 07:39:25 2012 +0100
_AT_@ -19,25 +19,25 @@
 
 Please be aware that this patch probably breaks any other patch!
 
-* [dwm-6.0-single_tagset.diff](dwm-6.0-single_tagset.diff) (14K) (20120318)
+ * [dwm-6.0-single_tagset.diff](dwm-6.0-single_tagset.diff) (14K) (20120319)
 
 Special Version
 ---------------
 This is a special version of the patch that was created with following patches being applied:
-* [attachabove](attachabove)
-* [float_border_color](float_border_color)
-* [focusmaster](https://bitbucket.org/jceb81/dwm-patches/src/90fb0feedff9/focusmaster.patch)
-* [moveresize](moveresize)
-* [noborder](noborder)
-* [pertag](pertag)
-* [push](push)
-* [save_floats](save_floats)
-* [statusallmons](statusallmons)
-* [swapfocus](swapfocus)
-* [tagall](tagall)
-* [zoomswap](zoomswap)
+ * [attachabove](attachabove)
+ * [float_border_color](float_border_color)
+ * [focusmaster](https://bitbucket.org/jceb81/dwm-patches/src/90fb0feedff9/focusmaster.patch)
+ * [moveresize](moveresize)
+ * [noborder](noborder)
+ * [pertag](pertag)
+ * [push](push)
+ * [save_floats](save_floats)
+ * [statusallmons](statusallmons)
+ * [swapfocus](swapfocus)
+ * [tagall](tagall)
+ * [zoomswap](zoomswap)
 
-[dwm-6.0-single_tagset_all.diff](dwm-6.0-single_tagset_all.diff) (18K) (20120318)
+[dwm-6.0-single_tagset_all.diff](dwm-6.0-single_tagset_all.diff) (18K) (20120319)
 
 Authors
 -------
Received on Mon Mar 19 2012 - 07:39:28 CET

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