diff --git a/terminatorlib/config.py b/terminatorlib/config.py index 260fe7e4..dfac9f4e 100644 --- a/terminatorlib/config.py +++ b/terminatorlib/config.py @@ -113,8 +113,8 @@ DEFAULTS = { 'disable_mouse_paste' : False, 'smart_copy' : True, 'clear_select_on_copy' : False, - 'cell_height' : 1.0, 'cell_width' : 1.0, + 'cell_height' : 1.0, 'case_sensitive' : True, 'invert_search' : False, 'link_single_click' : False,