about summary refs log tree commit diff stats
path: root/dwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index 6ef2ab2..db3eaaf 100644
--- a/dwm.c
+++ b/dwm.c
@@ -1724,7 +1724,7 @@ updategeom(void) {
 	wx = sx;
 	wy = sy;
 	ww = sw;
-	sh = sh - bh;
+	wh = sh - bh;
 
 	/* master area geometry */
 	mfact = MFACT;
itter Ben Morrison <ben@gbmor.dev> 2019-05-14 16:56:33 -0400 rewrote travis config' href='/gbmor/getwtxt/commit/.travis.yml?h=v0.4.11&id=6a712db69d834306be681e3ec449d2cfaa477f1a'>6a712db ^
a8464ae ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16