kitty startup slow on my laptop #3792
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
Hard to say, use strace/gperf/some other profiling tool. Most likely it will be either GPU drivers or fontconfig causing the slowdown. Although if startup times are important to you I would suggest using --single-instance. |
Beta Was this translation helpful? Give feedback.
-
Even with |
Beta Was this translation helpful? Give feedback.
-
You need to leave the instance running for --single-instance to work.
Run
kitty --single-instance
then in another terminal run
time kitty --single-instance true
|
Beta Was this translation helpful? Give feedback.
-
Ah, okay, this looks better. I start Kitty here as |
Beta Was this translation helpful? Give feedback.
Hard to say, use strace/gperf/some other profiling tool. Most likely it will be either GPU drivers or fontconfig causing the slowdown. Although if startup times are important to you I would suggest using --single-instance.