Mattias Andrée
Mattias Andrée
Although this does not affect me, I am voting that the application must to do this. If the user want programs to rember their positions they should choose a window...
No, desktop environment developers have not agreed on how to do this yet. But a program can say what program its window's belongs and which window for the program it...
I disagree and think that it is your window manager that should manage your windows, including remembering the size and position if you want that, which I do not.
Also it is not “the applications' job”. There is no consensus on how this should be done.
Implemented. However, if the clients close the redshift instance will too for some reason if it is frozen.
> > I'd be fine with libxcrypt growing an optional runtime dependency on libargon2.so, but is there a second independent implementation of Argon2 yet? This is desirable for verifying interoperability....
It is possible, simply analyse the current gamma ramps. I think these would do better in another program that is specialised at analysing the gamma ramps and could be able...
I have made some progress on this in [a separate project](https://github.com/maandree/analyse-gamma). The gamma correction and brightness–contrast correction (which is not supported by redshift) can be calculated, but the calculation of...
I don't think programs in general should hide the cursor when they enter fullscreen, and KAMiKAZOW brings up a good example: terminal emulators should not do this; and I think...
I will take a look a this later. Do you have any suggestion on how to avoid `alloca`? I cannot use `malloc` because it [`malloc`] can fail whilst `strstr` cannot.