diff --git a/terminatorlib/layoutlauncher.py b/terminatorlib/layoutlauncher.py index 41a0c416..e59048c3 100755 --- a/terminatorlib/layoutlauncher.py +++ b/terminatorlib/layoutlauncher.py @@ -29,6 +29,7 @@ class LayoutLauncher: self.terminator.register_launcher_window(self) self.config = config.Config() + self.config.base.reload() self.builder = gtk.Builder() try: # Figure out where our library is on-disk so we can open our UI