max_ishere
max_ishere
Also, umm, a default value for xdg data dirs is in the xdg spec. An override is done via a (program's runtime) env variable. I don't understand the logic of...
Also the current spec defines the default as this: > If $XDG_DATA_DIRS is either not set or empty, a value equal to /usr/local/share/:/usr/share/ should be used. > If an environment...
You can make it on one monitor with this option: ``` -m Set the multi-monitor behavior. Supported modes are: last Cage uses only the last connected monitor. extend Cage extends...
As a Nix user I would appreciate a config option and a separate cache file. The config setting should disable cache.
Im gonna try it on nixos today, hope it compiles.
Uhhh, not gonna spend any more time on this. First off, it crashes on start because you can't have short='l' twice: https://github.com/rharish101/ReGreet/blob/c55bfbc8c08b730d8e556d100c454dcb97902c20/src/main.rs#L44C4-L50C25 and also I cant see this behavior in...
Ok so, after digging through literal spaghetti code (I am sorry, there's too many side effects, its the honest truth) I have managed to make the greeter open the password...
I have one concern: what if there's no password required for a cached user and the greeter just logs in to the session, effectively locking the system to a single...
Uhhh, that doesnt sound like a good answer if you're using Relm. Instead how about the UI is refactored to be actual Elm architecture and then you replace this one...
I've created #85 to discuss UI refactors there and not clutter this issue with unrelated talk