You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isn't really an issue, but not sure where else to add this :P
I've created a patch for this (since it is the suckless way :P) to enable a default user...
(i.e prefilling the username box on login)
there's a new prop in config.h called default_user, just set that to a username and presto, no need to type a username anymore as it will be prefilled, just hit enter and type the password :P
Thank you for your contribution. Nice little patch :) maybe we could make a default-user branch out if it so people can just checkout and compile the branch they like?
or, even better, prompt if the default_user variable does not exist or is empty and fill in the user name by default if it isn’t ? I would welcome a PR! :)
This isn't really an issue, but not sure where else to add this :P
I've created a patch for this (since it is the suckless way :P) to enable a default user...
(i.e prefilling the username box on login)
there's a new prop in config.h called
default_user
, just set that to a username and presto, no need to type a username anymore as it will be prefilled, just hit enter and type the password :PIf anybody is interested here it is
https://gist.github.com/boogie666/0d56f23642343f4223a3c884ef590447
The text was updated successfully, but these errors were encountered: