From df4d3218a379693d938d6748cf93f5619bab099d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 15 Apr 2026 22:43:48 +0530 Subject: [PATCH] ... --- kitty/options/definition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/options/definition.py b/kitty/options/definition.py index 37b33915e..7bedfc14b 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -1958,7 +1958,7 @@ this option by reloading the config is not supported. opt('background_image', 'none', option_type='background_images', ctype='!background_images', long_text='Glob pattern matching one or more background images. Must be in PNG/JPEG/WEBP/TIFF/GIF/BMP format.' - ' The first one is used as the default image, you can change the current image using :ac:`change_background_image`.' + ' The first one is used as the default image.' ' Multiple images are stored in GPU VRAM (on demand) so that transitioning between them is instant.' ' In order to move between images in the list of background images, use the remote control command' ' :code:`set-backround-image`, see `kitten set-backround-image --help` for details. You can map the command'