-
Notifications
You must be signed in to change notification settings - Fork 8
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
Use kitty as the main terminal emulator #21
Comments
Another big problem, the startup is unbearably slow unfortunately |
kitty --single-instance will reduce that startup time for all subsequent instances to ~10 ms |
@kovidgoyal Thanks for replying! The ~ $ time kitty -e sh -c exit
[196 08:11:45.750857] [glfw error 65544]: process_desktop_settings: failed with error: [org.freedesktop.DBus.Error.ServiceUnknown] The name org.freedesktop.portal.Desktop was not provided by any .service files
real 0m0.561s
user 0m0.454s
sys 0m0.108s
~ $ time kitty --single-instance -e sh -c exit
real 0m0.389s
user 0m0.314s
sys 0m0.073s
~ $ time kitty --version
kitty 0.31.0 created by Kovid Goyal
real 0m0.374s
user 0m0.317s
sys 0m0.056s I'm gonna try upgrading it myself and see if I have issues on the latest version as well |
The overhead comes from starting python, which is very slow on your
|
kitty is fast, has ligatures, is actively developed, and is lightweight
The only problem I could think of is someone said it sends web requests when it starts to check for updates. I checked myself and I couldn't replicate that behavior, but I should double check before adding
The text was updated successfully, but these errors were encountered: