Ping
Ping
I have this as well. For your information, attached below is how it looks like on my system. The accessibility button on the right does nothing, and you can see...
If your goal is to run the file with just one-click, this is a very botchy way of doing it, but you can create a batch script to activate the...
This happens when you have run `eval "$(starship init zsh)"` many times either due to re-sourcing your config or something else. For a solution see: https://github.com/starship/starship/issues/3418#issuecomment-1711630970. Not really sure if...
I don't know if this helps with further debugging or if it's nonsense (since I have no idea how any of these works), but if you open said GLFW with...
I know that Surface Laptop folks are waiting for `04f3:0c5a` and `04f3:0c80` (SLG1 and SLG2 respectively). I don't know how these things work at all, but I'm looking forward to...
I haven't tried this (my system needed the npx workaround at #690 so I couldn't try it), but the line after `vim.fn["mkdp#util#install"]()` try add this: `vim.cmd("!cd " .. plugin.dir .....
> > which of the GPU vendor to show in the config / or show the list of all the GPUs (I think fastfetch does this) > > No. Fastfetch...
In the [Discord server](https://discord.com/channels/1005603569187160125/1320882404717625374/1324556131867164724), Kat has confirmed that this work on their system without the size rebouncing back issue that I and some other people are having. I am wondering...
> Note I reverted [bec46fc](https://github.com/ghostty-org/ghostty/commit/bec46fc2fcb8d0ec02b56472b4bf9f21139e5f45) > > I'd still like double clicking dividers to equalize. That is something I've actually tried before and wanted to work, and something that I've...
I have some updates. The bug with the rebouncing only occurs when double-clicking at `GtkPanedHandle`, which is supposedly the divider itself. When looking through the GTK debug inspector (`GTK_DEBUG=interactive ./zig-out/bin/ghostty`),...