Kovid Goyal

Results 343 comments of Kovid Goyal
trafficstars

I'd prefer to stick to one CI provider, if at all possible. kitty uses github actions for CI.

kitty has no code to restore window positions, so I am surprised it would ever have happened. As I recall, cocoa has some special APIs for saving/restoring application state. These...

No idea about aplescript control. Isn't applescript going to be retired by apple? opening at startup is the same thing as far as i know. see https://sw.kovidgoyal.net/kitty/build.html for how to...

kitty's layout system does not really support fixed size windows, and in more complex layouts such as the grid layout or the new splits layout there is no way to...

So the way to do this would be to use launch rather than new_window https://sw.kovidgoyal.net/kitty/launch.html this is the new unified command for all kinds of child process creations. You can...

Well there are several things to think about: 1) There can potentially be multiple docked windows per edge 2) Docked windows should not be resizable and probably should not be...

On Thu, Feb 27, 2020 at 08:15:01AM -0800, Trygve Aaberge wrote: > > 2) Docked windows should not be resizable and probably should not be > moveable > > I...

Personally I'd rather fix this properly and with full flexibility, one and for all. Using an additional tab-bar might work ok for statusbar like displays but there are more use...

Yes, I think it should be use_subpixel_rendering. As for BGR vs RGB IIRC that comes from the fontconfig configuration on Linux.

@nightuser I would not bother with LCD_V if I were you. Its a lot of work and is very rare in actual hardware. I think the only time it is...