about summary refs log tree commit diff stats
path: root/dwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dwm.c b/dwm.c
index 8ddc072..0d2f670 100644
--- a/dwm.c
+++ b/dwm.c
@@ -1769,6 +1769,7 @@ updategeom(void) {
 		else { /* less monitors available */
 			cleanup();
 			setup();
+			scan();
 		}
 		free(unique);
 	}
l.com> 2008-03-05 18:31:08 +0000 implemented the stuff as I discussed on dwm@' href='/acidbong/suckless/dwm/commit/config.mk?h=5.6.1&id=2e958372200065bff8f19ca88d39e627df4a2f67'>2e95837 ^
1076f2b
7b5638f ^
ecc95c9 ^
b896b58 ^
5602f44 ^

d7e1708 ^
71fd06f ^


71fd06f ^
95766d6 ^
1076f2b
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