commit 4c6a7175f6bcfafe85dc7ef73e42d6aae6a31c86
parent 99e36d3acf4ea0380f858de3ba3830190e26c405
Author: Unia <jthidskes@live.nl>
Date: Wed, 13 Mar 2013 17:05:33 +0100
added another issue to issues
Diffstat:
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/dwm.suckless.org/patches/dwm-6.0-singularborders_bstack.diff b/dwm.suckless.org/patches/dwm-6.0-singularborders_bstack.diff
@@ -1,4 +1,4 @@
---- dwm.c.orig 2013-03-13 14:24:49.507860173 +0100
+--- dwm.c 2013-03-13 14:24:49.507860173 +0100
+++ dwm.c 2013-03-13 14:24:18.417860695 +0100
@@ -440,13 +440,13 @@
for(i = mx = tx = 0, c = nexttiled(m->clients); c; c = nexttiled(c->next), i++)
diff --git a/dwm.suckless.org/patches/singularborders.md b/dwm.suckless.org/patches/singularborders.md
@@ -31,7 +31,8 @@ Description
Issues
------
-In a multi-monitor setup, you will see monitor one's borders on monitor two and vice-versa. This is because the border on screen edges are simply placed off-screen.
+* In a multi-monitor setup, you will see monitor one's borders on monitor two and vice-versa. This is because the borders on screen edges are simply placed off-screen.
+* Floating clients will be hidden behind tiled clients when one changes focus from a floating client to a tiled client.
Download
--------