about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout.c b/layout.c
index 47e9e49..abdf30f 100644
--- a/layout.c
+++ b/layout.c
@@ -247,7 +247,7 @@ void
 zoom(const char *arg) {
 	Client *c;
 
-	if(!sel || lt->arrange != tile || sel->isfloating)
+	if(!sel || lt->arrange == floating || sel->isfloating)
 		return;
 	if((c = sel) == nexttiled(clients))
 		if(!(c = nexttiled(c->next)))
us revision' href='/akkartik/mu/blame/html/063list.mu.html?h=hlt&id=fedebaf5dbc1b39347ad3e3a1580fa0190c320b6'>^
f5465e12 ^


0e4a335e ^
f5465e12 ^


c5ffb6e1 ^











f5465e12 ^
c5ffb6e1 ^


f5465e12 ^
c5ffb6e1 ^




f5465e12 ^









c5ffb6e1 ^


f5465e12 ^




c5ffb6e1 ^


f5465e12 ^




c5ffb6e1 ^

f5465e12 ^
c5ffb6e1 ^
f5465e12 ^









c5ffb6e1 ^

f5465e12 ^



c5ffb6e1 ^





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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96