Adam Perkowski

Results 162 comments of Adam Perkowski

https://wiki.archlinux.org/title/LightDM#Enabling_autologin

@ChrisTitusTech In case you're wondering, this is OK to merge. I'll do the rest of archtitus in a later PR.

Clearing up confusion here: - using `=~` is one heck of a bashism. can be avoided very easily - `~/` is pretty obvious. it's an alias to `$HOME`. a part...

> `~` to `$HOME` is okay but the `if condition` changes is not necessary as whatever you do `server-setup.sh` will be a bash script. The arch iso ships only `bash`....

> Making the title variable mutable and appending the " [Multi-Select]" str afterwards would probably be more readable. Doing it like this may be less readable but it's better for...

> If you want to avoid mutability, you could perhaps try something like this instead: [lj3954@8d7f2b7](https://github.com/lj3954/linutil/commit/8d7f2b7455b9183ab70c40d9a58a58591d4f4938). Good idea. Thanks.