Results 844 comments of Christian Duerr
trafficstars

Actually looking closer into it, the error is at a pretty late stage when we're writing a string to the clipboard: https://github.com/alacritty/alacritty/blob/master/alacritty/src/clipboard.rs#L64-L66 The only failure case here I could see...

> Yes doing the echo with actual base64 encoded data works to populate the clipboard with alacritty on Windows. Yeah the base64 decryption isn't going to be the problem, since...

What's your hardware? macOS OpenGL drivers are pretty bad, so this might just be an upstream driver issue.

Is this only an issue with macOS 15? That release has been extremely buggy so I wouldn't rely on it functioning properly.

I wouldn't even be surprised if they did so *intentionally*, which is why a test against the previous macOs version makes sense.

Why? The entire point of compositor scale is to set the monitor DPI manually since many monitors don't report their scale correctly. If you don't like to run your monitor...

> Adding the same for wayland would just naturally work. How would adding the same for Wayland naturally work? This just adds a configuration option with no benefit.

> I mean that there will be a way to easily disable it on x11 Well there already is a way. > have a consistent with x11 font size if...

XWayland has plenty of issues and considering Alacritty does not need it I see no reason why it should take that into consideration. Sway is free to provide an integer...

I can see how this might make sense for IPC, but the config option alone is a little questionable. So this likely isn't going to happen unless you're willing to...