about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--dwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index db9e9c0..cfe1e7b 100644
--- a/dwm.c
+++ b/dwm.c
@@ -1015,7 +1015,7 @@ propertynotify(XEvent *e) {
 	Window trans;
 	XPropertyEvent *ev = &e->xproperty;
 
-	if((ev->window == root) && (ev->atom = XA_WM_NAME))
+	if((ev->window == root) && (ev->atom == XA_WM_NAME))
 		updatestatus();
 	else if(ev->state == PropertyDelete)
 		return; /* ignore */
author admins <admins@tilde.institute> 2020-04-15 01:00:59 -0400 committer admins <admins@tilde.institute> 2020-04-15 01:01:35 -0400 updated motd - reorganized' href='/tilde/admin/commit/misc/motd.txt?id=e07a340e052449e4434c62d4064104926add954b'>e07a340 ^
4a478db ^


e07a340 ^


eef0561 ^
e07a340 ^
3ed61ee ^
e07a340 ^

3ed61ee ^
926224f ^
e07a340 ^

55fdeef
5cd1a70 ^


55fdeef
172ed39 ^

838ec6c ^
172ed39 ^
5cd1a70 ^


55fdeef
e07a340 ^
8fd32e9 ^
bb4c065 ^

ff9a4aa ^
5cd1a70 ^
bb5d78b ^

ff9a4aa ^











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
52
53
54
55
56
57
58