[ XFCE4 ]: environment installation

[ Edited ]: 30.08.2023

Installing packages
// This is default metapackage for full xfce4-desktop env experience
$ bottle -Sy base-desktop-xfce

// Also install display manager
$ bottle -Sy lightdm

// Install xorg drivers, else no inputs will work

$ bottle -Sy drivers-xorg
Enable services
$ systemctl enable lightdm

// Rebooting ( this will prompt you login screen in next boot-up )
$ reboot