Xinqi Bao's Git
projects
/
dwm.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
08c596e
)
applied the proposed monocle patch from the mailinglist
author
Anselm R Garbe <
[email protected]
>
Sat, 5 Apr 2008 17:23:31 +0000
(18:23 +0100)
committer
Anselm R Garbe <
[email protected]
>
Sat, 5 Apr 2008 17:23:31 +0000
(18:23 +0100)
dwm.c
diff
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index
9acf30d
..
e1d3b0a
100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-1068,7
+1068,7
@@
monocle(void) {
Client *c;
for(c = clients; c; c = c->next)
- if(isvisible(c))
+ if(
(lt->isfloating || !c->floating) &&
isvisible(c))
resize(c, mox, moy, mow - 2 * c->bw, moh - 2 * c->bw, RESIZEHINTS);
}