about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/view.c b/view.c
index 167a1c4..c11e349 100644
--- a/view.c
+++ b/view.c
@@ -202,7 +202,7 @@ restack(void) {
 
 void
 togglefloat(Arg *arg) {
-	if (!sel)
+	if (!sel || arrange == dofloat)
 		return;
 	sel->isfloat = !sel->isfloat;
 	arrange();
586f663 ^
650a1fb ^
586f663 ^
366d81e ^
d7e1708 ^
650a1fb ^
4641aa2 ^

650a1fb ^
6db5ffb ^
8b59083 ^
4641aa2 ^
366d81e ^

da2bbd3 ^

366d81e ^
d7e1708 ^
366d81e ^










16c67f3 ^












586f663 ^
16c67f3 ^


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