Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 668 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 668 Bytes

My dotfiles

These are my dotfiles and installation helpers for Ubuntu (22.04)

Convenience script for when things are tuned

  • Starter script for fresh installs

curl | sh

Notes

  • 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/

Resources: