Merge branch 'pr/kitty-rc-background-layouts' of https://github.com/oxysoft/kitty

This commit is contained in:
Kovid Goyal 2026-04-04 12:49:00 +05:30
commit 9666cf83ad
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -28,7 +28,7 @@ if TYPE_CHECKING:
from kitty.cli_stub import SetBackgroundImageRCOptions as CLIOptions
layout_choices = 'tiled,scaled,mirror-tiled,clamped,configured'
layout_choices = 'tiled,scaled,mirror-tiled,clamped,centered,cscaled,configured'
class SetBackgroundImage(RemoteCommand):