mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-07-07 08:12:55 +00:00
Merge branch 'pr/kitty-rc-background-layouts' of https://github.com/oxysoft/kitty
This commit is contained in:
commit
9666cf83ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue