about summary refs log tree commit diff stats
path: root/dwm.c
diff options
context:
space:
mode:
authorarg@suckless.org <unknown>2007-10-29 12:42:58 +0100
committerarg@suckless.org <unknown>2007-10-29 12:42:58 +0100
commit3033d45d1c6d6f6c1a3fdfa546399f7f02f4a3e0 (patch)
tree39534056f8e022bd59e077ed2ba8dee3a125e664 /dwm.c
parent34e7872c89613356293d554970d9d56adc4b0a4e (diff)
downloaddwm-3033d45d1c6d6f6c1a3fdfa546399f7f02f4a3e0.tar.gz
sanders patch for b2 toggle
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 8933e8e..e07574a 100644
--- a/dwm.c
+++ b/dwm.c
@@ -340,7 +340,7 @@ buttonpress(XEvent *e) {
 			movemouse(c);
 		}
 		else if(ev->button == Button2) {
-			if((floating != layout->arrange) && !c->isfixed && c->isfloating)
+			if((floating != layout->arrange) && c->isfloating)
 				togglefloating(NULL);
 			else
 				zoom(NULL);
<vc@akkartik.com> 2021-01-16 09:06:01 -0800 7525' href='/akkartik/mu/commit/313index-bounds-check.subx?h=main&id=a8dd0d40942485a65995ac59c3f1bc4a6727e236'>a8dd0d40 ^
e74050ad ^
888b4cd8 ^


e74050ad ^

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
59
60
61