picodotdev / alis

Arch Linux Install Script (or alis, also known as the Arch Linux executable installation guide and wiki) installs an unattended, automated and customized Arch Linux system.
https://picodotdev.github.io/alis/
GNU General Public License v3.0
823 stars 319 forks source link

Add support for installing i3wm desktop environment #103

Closed JWorthe closed 4 years ago

JWorthe commented 4 years ago

This installs the whole i3 group, so includes i3lock and i3status. I've also included a default terminal so that you have something that works out of the box, and lightdm so that you get a greeter.

I based this heavily on how I saw the other desktop environments like xfce were implemented.

JWorthe commented 4 years ago

@picodotdev @tvararu I've added the choice between using the i3-wm and i3-gaps packages. I've also updated the docs wherever I found references to other desktop environments to also list i3-wm and i3-gaps. Please take another look.

picodotdev commented 4 years ago

Great. Merged. A lot of thanks for the contribution!