mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +02:00
...
This commit is contained in:
@@ -33,7 +33,7 @@ layout_choices = 'tiled,scaled,mirror-tiled,clamped,centered,cscaled,configured'
|
|||||||
|
|
||||||
class SetBackgroundImage(RemoteCommand):
|
class SetBackgroundImage(RemoteCommand):
|
||||||
|
|
||||||
protocol_spec = __doc__ = '''
|
protocol_spec = __doc__ = f'''
|
||||||
data+/str: Chunk of at most 512 bytes of PNG data, base64 encoded. Must send an empty chunk to indicate end of image. \
|
data+/str: Chunk of at most 512 bytes of PNG data, base64 encoded. Must send an empty chunk to indicate end of image. \
|
||||||
Or the special value - to indicate image must be removed. Or the value index:idx to change image.
|
Or the special value - to indicate image must be removed. Or the value index:idx to change image.
|
||||||
match/str: Window to change opacity in
|
match/str: Window to change opacity in
|
||||||
|
|||||||
Reference in New Issue
Block a user