Kovid Goyal

Results 350 comments of Kovid Goyal
trafficstars

Hmm well I have no clue how one would go about debugging that short of sticking print statements everywhere to see which go system function is failing. Is there a...

windows sizes in kitty are based on biases not cell sizes so when you resize in cells you will get a bias that comes close to the asked for size...

By absolute sizes do you mean size in cells or size in bias units? If you mean size in cells, there are various problems. If you set the size in...

On Thu, Jun 22, 2023 at 03:43:48AM -0700, Yury Ershov wrote: > That's by far about an absolute bias value. In the current implementation, there's no way to specify that...

On Thu, Jun 22, 2023 at 02:20:23PM -0700, Yury Ershov wrote: > > Just cells absolute and relative are fine as far as I am concerned. Indeed since windows only...

On Fri, Jun 23, 2023 at 01:09:20AM -0700, Yury Ershov wrote: > > One cannot have bias as a parameter for all layouts, it is meaningless for some layouts such...

Are you saying this is specific to launching via spotlight? Does it work if you run kitty --start-as=fullscreen from another terminal?

Yes, spotlight just uses the same launch services as anything else. In fact you can reproduce this from another terminal as open -a kitty.app --args --start-as=fullscreen to open kitty via...

I have implemented the workaroud of calling the cocoa full screen method only after the show is called.

On wayland _glfwPlatformSetWindowFloating is unimplemented. On X11 it sets _NET_WM_STATE_ABOVE which is a hint that the window should be above most other windows. For reference see: https://specifications.freedesktop.org/wm-spec/wm-spec-1.4.html#STACKINGORDER However what effect...