From 099fed07e9227dd2ffcc5c06edf31ced8d746d07 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 5 Jun 2021 09:39:10 +0530 Subject: [PATCH] Note that set-font-size --all changes configured size --- kitty/rc/set_font_size.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kitty/rc/set_font_size.py b/kitty/rc/set_font_size.py index b88a81b5b..cc10ae304 100644 --- a/kitty/rc/set_font_size.py +++ b/kitty/rc/set_font_size.py @@ -35,7 +35,8 @@ class SetFontSize(RemoteCommand): --all -a type=bool-set By default, the font size is only changed in the active OS window, -this option will cause it to be changed in all OS windows. +this option will cause it to be changed in all OS windows. It also changes +the font size for any newly created OS Windows in the future. ''' def message_to_kitty(self, global_opts: RCOptions, opts: 'CLIOptions', args: ArgsType) -> PayloadType: