diff --git a/kitty/config_data.py b/kitty/config_data.py index 43bb46edd..c53b91829 100644 --- a/kitty/config_data.py +++ b/kitty/config_data.py @@ -861,7 +861,7 @@ def config_or_absolute_path(x): o('background_image', 'none', option_type=config_or_absolute_path, long_text=_(''' Path to a background image. Must be in PNG format.''')) -o('background_image_layout', 'tiling', option_type=choices('tiling', 'scaled', 'mirror_tiled'), long_text=_(''' +o('background_image_layout', 'tiled', option_type=choices('tiled', 'scaled', 'mirror_tiled'), long_text=_(''' Whether to tile or scale the background image.''')) o('background_image_linear', False, long_text=_('''