Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upremote set-background-opacity affects only one window of the instance #1581
Comments
This comment has been minimized.
This comment has been minimized.
|
That's because you cannot set font size independently in kitty windows. I could add an option to that command to have it apply only to |
kovidgoyal
closed this
in
d6a6e26
May 1, 2019
This comment has been minimized.
This comment has been minimized.
|
Thank's for quick response |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sergei-dyshel commentedMay 1, 2019
I'm running kitty with multiple main windows in one instance and listening on UNIX socket (
--single-instance --listen-on unix:/tmp/mykitty) and trying to control it remotely (@ --to unix:/tmp/mykitty) from outside. I noticed the following inconsistency when running remote commands:set-font-sizechanges font in ALL windows butset-background-opacityonly affects one window (I guess the first one opened).When sending remote command from inside one of the windows,
set-font-sizeaffects ALL windows andset-background-opacityaffects only current window.