]> git.lizzy.rs Git - bspwm.git/commitdiff
Restore the tiled rectangles of nodes and clients
authorBastien Dejean <nihilhill@gmail.com>
Sat, 7 Nov 2015 14:14:00 +0000 (15:14 +0100)
committerBastien Dejean <nihilhill@gmail.com>
Sat, 7 Nov 2015 14:14:00 +0000 (15:14 +0100)
restore.c

index 5f6217faa41004a9e6d2021e8366bdf3229b4f55..b6100697770b67cc3fb587c781f29a71430907ed 100644 (file)
--- a/restore.c
+++ b/restore.c
@@ -209,6 +209,8 @@ void restore_tree(char *file_path)
                                        update_privacy_level(n, true);
                                }
                        }
+                       /* Has the side effect of restoring the node's rectangles and the client's tiled rectangles */
+                       arrange(m, d);
                }
        }