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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dwm.c b/dwm.c
index 5095b62..2f1dbf8 100644
--- a/dwm.c
+++ b/dwm.c
@@ -1671,9 +1671,9 @@ updategeom(void) {
 		wh = showbar ? sh - bh : sh;
 	}
 
-	/* bar geometry*/
+	/* bar geometry */
 	bx = wx;
-	by = showbar ? (topbar ? 0 : wy + wh) : -bh;
+	by = showbar ? (topbar ? wy - bh : wy + wh) : -bh;
 	bw = ww;
 
 	/* update layout geometries */
lame the previous revision' href='/akkartik/mu/blame/html/fork.mu.html?h=main&id=b2757892d553352feb59d70b1e7241ccdafa6905'>^
a654e4ec ^
e6056999 ^
a654e4ec ^
f5465e12 ^
dbe12410 ^
a654e4ec ^


c5ffb6e1 ^

a654e4ec ^





c5ffb6e1 ^

a654e4ec ^
c5ffb6e1 ^

4690ce81 ^
d009e158 ^
f5465e12 ^



c5ffb6e1 ^

4690ce81 ^
f5465e12 ^



c5ffb6e1 ^



a654e4ec ^
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51