Valerii Malov

Results 7 comments of Valerii Malov

MFA/2FA is multi- or two-step factor authentication, means each client has to be authorized by other means (usually one-time password generated by some other device). It's on your account settings...

Had same problem, as a workaround added flame tags to one of the containers, but I don't really want that container to be on the app list. Seems like the...

`preserve` seems to break reset (`-x`) command for me, e.g. calling ``` $ redshift -m randr:preserve=1 -O 3000 $ redshift -m randr:preserve=1 -x ``` doesn't reset anything at all, and...

Putting `whole-archive` in exelinkflags for the library results in those flags being used twice, I suppose when linking the executable itself and when linking the library, which naturally results in...

From what I understand situtaion is even more dire with `CMakeDeps` generator (I'm still on conan1 tho), because it expects everything in `libs` being a real library: ``` CMake Error...

I took a quick look but I don't really see an easy way to detect a fullscreen program running, As far as I know Linux has very vague definition of...

For players specifically & only it's probably easier to connect to MPRIS via dbus, I'll look into that. This won't work for games though.