Andrey Petrov
Andrey Petrov
@chrisduerr I would never dream of proposing an alacritty change without it being flagged in a config somewhere, I assumed that was a given. :)
A minimal yet flexible solution I can imagine is specifying a command to run when multi-line paste is detected (empty can mean disabled). The command receives the paste payload as...
If anyone is using a redshift user-level systemd service, here's a somewhat simpler resume service I'm using: In `~/.config/systemd/user/redshift-resume.service`: ``` [Unit] Description=Restart redshift on resume After=suspend.target [Service] ExecStart=/usr/bin/systemctl --user restart...
@bulkan Ah woops, good call. Deleted. Feel free to delete this comment. :)
Another failure mode is repos changing their default branch from `master` to `main`. I've found the most reliable way to "reset" failed updates is to `rm -rf` the plugin dir...
I don't have strong feelings either way, just an idea. :)
Here's how we do it in ssh-chat: https://github.com/shazow/ssh-chat/blob/ee8d60ec00526be52d2acadfb088bad96790640d/sshd/terminal.go#L87-L104
One upside of returning a []byte rather than a string is it makes it clearer that the data is not necessarily display-safe. It's easy to inject all kinds of escape...
Same issue here on an i5-6500 with a GTX 1080. Perfectly smooth on Windows 10. Also I suspect some of the reports in https://github.com/ValveSoftware/SteamVR-for-Linux/issues/277 are also suffering from what this...