about summary refs log tree commit diff stats
path: root/event.c
diff options
context:
space:
mode:
Diffstat (limited to 'event.c')
-rw-r--r--event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/event.c b/event.c
index 0359971..a961e5c 100644
--- a/event.c
+++ b/event.c
@@ -202,7 +202,7 @@ enternotify(XEvent *e)
 	if(ev->detail == NotifyInferior)
 		return;
 
-	if((c = getclient(ev->window)))
+	if((c = getclient(ev->window)) || (c = getctitle(ev->window)))
 		focus(c);
 	else if(ev->window == root)
 		issel = True;
<unknown> 2006-08-03 12:12:26 +0200 committer arg@10ksloc.org <unknown> 2006-08-03 12:12:26 +0200 removed TLast tag enum, now tags is simple defined as char *[] array, the rest is calculated correctly, rules take an int array for the tags' href='/acidbong/suckless/dwm/commit/config.default.h?h=3.7&id=b35575574be53a1b3be42d7037d2f432a19a3890'>b355755 ^
b515765 ^


0025572 ^
b515765 ^

1bf0c4a ^
b515765 ^

b515765 ^
292ccc4 ^





292ccc4 ^

292ccc4 ^


349cada ^




292ccc4 ^







349cada ^




b515765 ^



e21d93b ^


b515765 ^
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