diff --git a/terminatorlib/window.py b/terminatorlib/window.py index 4ff9d088..875871e0 100644 --- a/terminatorlib/window.py +++ b/terminatorlib/window.py @@ -130,7 +130,7 @@ class Window(Container, Gtk.Window): # Attempt to grab a global hotkey for hiding the window. # If we fail, we'll never hide the window, iconifying instead. - if self.config['keybindings']['hide_window'] != None: + if self.config['keybindings']['hide_window'] != '': if display_manager() == 'X11': try: self.hidebound = Keybinder.bind(