These are my dotfiles and installation helpers for Ubuntu (22.04)
- Starter script for fresh installs
curl | sh
- Wayland is used by default in Ubuntu 22.04 instead of Xorg. To prevent this:
sudo cp /etc/environment /etc/environment.back sudo cp /etc/gdm3/custom.conf /etc/gdm3/custom.conf.back sudo cp etc/gdm3/custom.conf /etc/gdm3/ sudo cp etc/environment /etc/