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

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):