Kovid Goyal

Results 347 comments of Kovid Goyal
trafficstars

Run kitty with --debug-rendering that should tell you what events the compositor is sending.

@neurocyte Resizing the font doesn't change window size on any platform. That would be fairly unexpected. No (almost) program resizes its own window when you change font size. For initial...

As I recall there is no robust way to do this in Wayland. The correct way would be to have some protocol to inform the compositor of constraints on window...

That's not going to happen given it doesnt work well across compositors and with the current design of Wayland, cannot work well. I dont merge features into kitty I feel...

Cool, congrats on getting to an MVP in the two days. Now if you want this to become mergeable into kitty, you will need to refactor various parts of it...

Here this commit shows you how to integrate a kitten into the kitty kittens CLI parsing framework. https://github.com/kovidgoyal/kitty/commit/5c1af0fcb124c542d94592b328d52494af9fdb05 Run it with kitten notify -h

> Great Thanks alot for the feedback Kovid :) ... We'll start working on it , due you have any specific deadline in mind ? No I dont have any...

There is no documentation for internal kitty interfaces I'm afraid. If you have some specific questions, just ask. As my commit above shows, all you need to above is define...

On Thu, Aug 01, 2024 at 03:49:09AM -0700, Aditya Patil wrote: > Okay @kovidgoyal, I will refer to the source code for it. Would you also like for me to...

https://sw.kovidgoyal.net/kitty/faq/#i-do-not-like-the-kitty-icon tells you how to change the icon programatically.