Sergey Vlasov

Results 112 comments of Sergey Vlasov

Maybe the reason for this delay is that `awful.autofocus` does not work at all, and the window activation happens only because [Telegram Desktop tries to request focus again after 200ms](https://github.com/telegramdesktop/tdesktop/blob/master/Telegram/SourceFiles/window/main_window.cpp#L513).

Does anyone remember the details of the problem fixed by commit bf72cf71eac834a46ed4d6e1755d7fd1ae57c104? Sending out the pending focus change in the `FocusIn` event handler and then recording the client from the...

@actionless No, the EWMH activation event comes too late, when the focus state is already messed up and can be fixed only by switching to another window. The sequence of...

> Awesome gets the `FocusIn` event from the second step and records that `c1` now has the input focus So the problem was due to `FocusIn` events caused by Awesome...

The problem is that an attempt to set the color to `Lab(100, 24, 79)` results in a color which is out of the sRGB gamut, and the method of bringing...

The matrix compression feature could be useful even without VIA (the current implementation uses 400 bytes for the data tables, but reduces each layer by 224 bytes, so it may...

In any case, changes like this are rather major, and need to go to the `develop` branch, not directly to `master`.

Also you should think about converting the matrix to the “lite” custom matrix — even though it would have some overhead due to the debounce logic (the debounce itself could...

Apparently dehydrated version 0.7.1 had been released, and it fixes this problem on CentOS 7 (`PREFERRED_CHAIN="ISRG Root X1"` works, while it did not with dehydrated 0.7.0); there is even a...

If you are using addons such as uMatrix, you may need to enable `xhr` access from `keyboard-layout-editor.com` to `kle-gatekeeper.azurewebsites.net`. For some reason this entry does not appear in the uMatrix...