From 635b64384dc8723c46615924eab05412e53e86a5 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Sun, 30 Sep 2007 18:33:05 +0200 Subject: fixed an issue in Peter's patch (it is no good idea to restack() all clients on enternotify() --- dwm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dwm.c b/dwm.c index 5aa71b7..c4a705d 100644 --- a/dwm.c +++ b/dwm.c @@ -648,7 +648,8 @@ enternotify(XEvent *e) { return; if((c = getclient(ev->window))) { focus(c); - restack(); + if(ISTILE && !c->isfloating) + restack(); } else if(ev->window == root) { selscreen = True; -- cgit 1.4.1-2-gfad0 dc7659b0c4e47'/> Systems documentationPunk <punk@tilde.institute>
about summary refs log tree commit diff stats
path: root/core/ports/linux-libre/Pkgfile
blob: 23f5836e9c1d390ba2cd119dd45e8c89e890b486 (plain) (blame)
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