New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kitty terminal community #436
Comments
This is the community. No mailing lists/IRC. Feel free to ask your silly questions here, that way others can benefit from the answers as well.
|
Regarding 2), this is not really practical if you are traversing a huge list of fonts from inside a script and you want to open a 80x25 terminal with each font. I guess a patch for cell-based units for width/height would be much more localized. Maybe inside the function "initial_window_size", if "w" and "h" have some unit suffixes, we can multiply them by the cell size. Would you accept such a patch ? |
I have no objections to a patch that adds another config option called, say, initial_window_size_units (px or cells). |
But be aware, that currently at least the initial windows size is applied long before the cell size is calculated. I dont recall if that is actually necessary or not. |
Reviewing the code, it is necessary, because to calculate cell size from font size you need the monitor DPI and to know the monitor DPI you have to create a window (as there could be more than one monitor and you dont know which monitor the window is going to end up on). |
FYI, this is implemented in master |
Hi Developer, i am one of ur kitty users... it is a great terminal!... i have a doubt, i saw that it is possible to set titles for tabs and windows in the terminal using commands like |
Where is the kitty users community? Is there a mailing list or an IRC channel to ask silly questions about the kitty terminal?
Anyway, here are my silly questionns / feature requests
Is is possible to disable completely the clickable urls ? Even with the option "url_style none", the mouse cursor changes when an url is detected and it interferes badly with copy-paste.
Is it possible to specify the terminal size in characters, not in pixels ? I want to launch several 80x25 terminals with different fonts, but it is excruciatingly complicated.
I understand it goes against the author's philosophy, but can you point me to the place in the source code where I should enable bold as bright? I cannot stand bold fonts, and I would like to use instead brighter colors to distinguish them.
The text was updated successfully, but these errors were encountered: