

I3 is a tiling windows manager which is versatile and supports tiling, stacking and tabbing layouts. Install the xfce environment by running the command below # yum -enablerepo=epel -y groups install "Xfce"Īfter installation, input the commands below echo "exec /usr/bin/xfce4-session" > ~/.xinitrc startx Installing i3 Windows manager environment Run the commands below after the installation finishes # echo "exec /usr/bin/mate-session" > ~/.xinitrc startx Installing Xfce Desktop environment # yum -enablerepo=epel -y groups install "MATE Desktop" When the installation concludes, type, # echo "exec /usr/bin/cinnamon-session" > ~/.xinitrc # startx Installing MATE Desktop environment Then type the following commands # yum -enablerepo=epel -y install cinnamon* # yum -y groups install "KDE Plasma Workspaces"Īfter the installation completes, run the commands below # echo "exec startkde" > ~/.xinitrc startx Installing Cinnamon Desktop environmentįor installation of a Cinnamon environment, install EPEL repo yum -y install epel-release To install the KDE desktop environment, run the following commands.

echo "exec gnome-session" > ~/.xinitrc startxĪlternatively, after a reboot, you can select your preferred environment at the login screen. If you prefer to use the GNOME shell, type the following command before the startx command. The default GNOME Desktop is the GNOME Classic.
