about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/view.c b/view.c
index 6697c90..0910077 100644
--- a/view.c
+++ b/view.c
@@ -213,7 +213,7 @@ dotile(Arg *arg) {
 						c->x = sx + master + (i - 1) * tw;
 						c->y = sy + bh;
 						if(i + 1 == n)
-							c->w = sx + stackw - c->x - 2 * BORDERPX;
+							c->w = sw - c->x - 2 * BORDERPX;
 					}
 					break;
 				}
csnevem662@gmail.com> 2023-01-01 03:15:57 +0100 makefile: separate objdir for targets, uninstall' href='/ahoang/chawan/commit/makefile?id=24e6e40f24558d8fb97fd518d70a572a87146307'>24e6e40f ^
29441535 ^

24e6e40f ^
29441535 ^

24e6e40f ^
29441535 ^

0641e215 ^
29441535 ^

24e6e40f ^
29441535 ^
94d681b3 ^
29441535 ^





24e6e40f ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33