├── README.md ├── XFCE-Arch-RPi.sh ├── bash_profile └── xinitrc /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adimania/arch-desktop-environments/HEAD/README.md -------------------------------------------------------------------------------- /XFCE-Arch-RPi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adimania/arch-desktop-environments/HEAD/XFCE-Arch-RPi.sh -------------------------------------------------------------------------------- /bash_profile: -------------------------------------------------------------------------------- 1 | [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx 2 | -------------------------------------------------------------------------------- /xinitrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adimania/arch-desktop-environments/HEAD/xinitrc --------------------------------------------------------------------------------