diff --git a/terminatorlib/terminator.py b/terminatorlib/terminator.py index 418cb738..fad51f54 100755 --- a/terminatorlib/terminator.py +++ b/terminatorlib/terminator.py @@ -57,7 +57,7 @@ class Terminator(Borg): if not self.groups: self.groups = [] if self.groupsend == None: - self.groupsend = self.groupsend_type['group'] + self.groupsend = self.groupsend_type['off'] if not self.config: self.config = Config() if not self.keybindings: