<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.manjaro.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ailion</id>
	<title>Manjaro - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.manjaro.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ailion"/>
	<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php/Special:Contributions/Ailion"/>
	<updated>2026-04-09T04:36:27Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Install_Desktop_Environments&amp;diff=21671</id>
		<title>Install Desktop Environments</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Install_Desktop_Environments&amp;diff=21671"/>
		<updated>2021-03-20T19:15:07Z</updated>

		<summary type="html">&lt;p&gt;Ailion: &amp;quot;error: target not found: kdebase&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
There are several Desktop Environments and Window Managers available for Manjaro, each with their own unique style, interface, and features. Furthermore, it is possible to install multiple environments if desired, which can be selected at the login screen at any time. Users are not restricted  to whatever comes pre-installed with a particular flavour of Manjaro.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Desktop Environments =&lt;br /&gt;
&lt;br /&gt;
It is worth noting that a Desktop Environment(DE) is not a single entity; it is actually a collection of different components that work together. This commonly includes a:&lt;br /&gt;
&lt;br /&gt;
* '''window manager''' to display, move and resize application windows&lt;br /&gt;
* '''file manager''' to visually browse, copy and access files, etc. &lt;br /&gt;
* '''background provider''' to display wallpapers, etc.&lt;br /&gt;
* '''panel''' to provide a menu and to display information such as the time&lt;br /&gt;
* '''settings/configuration manager''' to change the look of the environment&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
And so on. Most desktop environments will also come with their own preferred applications, in addition to various widgets, addons, and extensions to provide extra features. As such, upon entering the commands provided below in your terminal to download and install a desktop environment, you may be prompted to choose from a selection of components provided for it. '''To install a full desktop environment''' - complete with its own preferred file manager, applications, and so on&lt;br /&gt;
&lt;br /&gt;
Where additional (and optional) extras for a desktop environment are available, the terminal commands to obtain these have also been provided.&lt;br /&gt;
&lt;br /&gt;
Some important information about installing the Manjaro settings packages:&lt;br /&gt;
* The Manjaro settings packages contain the theming and settings to make the desktop the same as in the Manjaro ISOs&lt;br /&gt;
* They have the naming convention manjaro-&amp;lt;desktop&amp;gt;-settings i.e. manjaro-xfce-settings&lt;br /&gt;
* They share files so you can only have one at a time installed.&lt;br /&gt;
* If you are coming from gnome you must remove the meta package '''manjaro-gnome-assets''' before you can install the settings package for another desktop&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==The Risks of Using Multiple DEs==&lt;br /&gt;
&lt;br /&gt;
Installing multiple DEs is not without risks.  Here are some things that can pop-up when running more than one DE:&lt;br /&gt;
* The settings packages overlap so you can only have one DE pre-configured with the Manjaro theming.  The others will need to have the theming applied manually.&lt;br /&gt;
* You can end up with more than one instance of similar applications.  For example, it is common to end up with 2 Bluetooth managers.  It takes some tweaking to get a single manager working in multiple DEs&lt;br /&gt;
* Sometimes two different DEs will share the same configuration files causing strange things to happen, especially with theming&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These risks are greatly reduced by using a different user account for each DE.&lt;br /&gt;
&lt;br /&gt;
In summary, running multiple DEs is possible and a great way to enjoy Manjaro but it requires a willingness to troubleshoot and work through minor problems.  If you are the type of person who wants everything to &amp;quot;just work&amp;quot; out of the box, running multiple DEs might not be for you.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== XFCE ==&lt;br /&gt;
&lt;br /&gt;
[[File: xfceDE.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[http://xfce.org/ XFCE]''' is a lightweight and versatile desktop environment that utilises a classic drop-down or pop-up menu to access applications. It is also compatible with '''[[Compiz_and_Emerald|Compiz]]'''. A little time and effort will also be required to properly customise the desktop to suit personal taste. A 64 bit installation of Manjaro running XFCE uses about 390MB of memory.  As of version 18, Manjaro has moved to the gtk3 version of XFCE.&lt;br /&gt;
&lt;br /&gt;
====== Install a basic XFCE environment ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S xfce4-gtk3 xfce4-goodies xfce4-terminal network-manager-applet xfce4-notifyd-gtk3 xfce4-whiskermenu-plugin-gtk3 tumbler engrampa&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install and use LightDM, the recommended display manager for XFCE ======&lt;br /&gt;
 sudo pacman -S lightdm lightdm-gtk-greeter lightdm-gtk-greeter-settings&lt;br /&gt;
 sudo systemctl enable lightdm.service --force&lt;br /&gt;
edit '''/etc/lightdm/lightdm.conf''', under [Seat:*] replace the greeter-session setting with '''greeter-session=lightdm-gtk-greeter'''&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the Manjaro configuration and theming for XFCE ======&lt;br /&gt;
 sudo pacman -S manjaro-xfce-gtk3-settings manjaro-settings-manager&lt;br /&gt;
&lt;br /&gt;
To configure LightDM to match the official iso replace the contents of /etc/lightdm/lightdm-gtk-greeter.conf with&lt;br /&gt;
 [greeter]&lt;br /&gt;
 background = /usr/share/backgrounds/illyria-default-lockscreen.jpg&lt;br /&gt;
 font-name = Cantarell Bold 12&lt;br /&gt;
 xft-antialias = true&lt;br /&gt;
 icon-theme-name = Adapta-Papirus-Maia&lt;br /&gt;
 screensaver-timeout = 60&lt;br /&gt;
 theme-name = Adapta-Eta-Maia&lt;br /&gt;
 cursor-theme-name = xcursor-breeze&lt;br /&gt;
 show-clock = false&lt;br /&gt;
 default-user-image = #avatar-default&lt;br /&gt;
 xft-hintstyle = hintfull&lt;br /&gt;
 position = 50%,center 50%,center&lt;br /&gt;
 clock-format =&lt;br /&gt;
 panel-position = bottom&lt;br /&gt;
 indicators = ~host;~spacer;~clock;~spacer;~language;~session;~a11y;~power&lt;br /&gt;
&lt;br /&gt;
====== Create a new user for the new desktop environment ======&lt;br /&gt;
 sudo useradd -mG lp,network,power,sys,wheel &amp;lt;username&amp;gt;&lt;br /&gt;
 sudo passwd &amp;lt;username&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== KDE Plasma 5 ==&lt;br /&gt;
[[File: KDEPlasmaDE.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
'''[http://www.kde.org/ The KDE community]''' offers [https://www.kde.org/plasma-desktop Plasma], a feature-rich and versatile desktop environment that provides several different styles of menu to access applications. Its default window manager is kwin, but is also compatible with '''[[Compiz_and_Emerald|Compiz]]'''. An excellent built-in interface to easily access and install new themes, widgets, etc, from the internet is also worth mentioning. A 64 bit installation of Manjaro running KDE uses about 455MB of memory.&lt;br /&gt;
&lt;br /&gt;
====== Install a basic KDE Plasma environment ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S plasma kio-extras&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install KDE applications ======&lt;br /&gt;
&lt;br /&gt;
To install a full set of K* applications use '''kde-applications'''.  This will be ~300 packages(including dependencies)&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S kde-applications&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install and use [https://wiki.manjaro.org/index.php?title=Install_Display_Managers#SDDM SDDM], the recommended display manager for KDE ======&lt;br /&gt;
&lt;br /&gt;
SDDM is installed as a dependency of plasma.  To enable it&lt;br /&gt;
 &lt;br /&gt;
 systemctl enable sddm.service --force&lt;br /&gt;
 systemctl reboot&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the Manjaro configuration and theming for plasma ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S manjaro-kde-settings sddm-breath-theme manjaro-settings-manager-knotifier manjaro-settings-manager-kcm&lt;br /&gt;
&lt;br /&gt;
Open plasma settings, go to Startup &amp;amp; Shutdown-&amp;gt;Login Screen and select &amp;quot;Breath&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Alternatively, the newer themes may be installed with:&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S breath2-icon-themes breath2-wallpaper plasma5-themes-breath2 sddm-breath2-theme&lt;br /&gt;
&lt;br /&gt;
====== Create a new user for the new desktop environment ======&lt;br /&gt;
 &lt;br /&gt;
 sudo useradd -mG lp,network,power,sys,wheel &amp;lt;username&amp;gt;&lt;br /&gt;
 sudo passwd &amp;lt;username&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gnome 3 ==&lt;br /&gt;
[[File: Gnome-de-18.jpg|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
'''[http://www.gnome.org/ Gnome 3]''' is an intuitive desktop environment that utilises a tablet or smartphone style interface to access applications. It is not compatible with compiz. Although Gnome is very easy to learn and use, its customisation options are quite limited, and it can be difficult to configure. A 64 bit installation of Manjaro running Gnome uses about 447MB of memory.&lt;br /&gt;
&lt;br /&gt;
====== Install a basic gnome environment ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S gnome&lt;br /&gt;
&lt;br /&gt;
====== Optional: To install extra themes, games, and features ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S gnome-extra&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install and use GDM, the recommended display manager for gnome ======&lt;br /&gt;
&lt;br /&gt;
GDM is installed as a dependency of gnome, to enable it&lt;br /&gt;
 &lt;br /&gt;
 systemctl enable gdm.service --force&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the Manjaro configuration and theming for gnome ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S manjaro-gnome-assets manjaro-gdm-theme manjaro-settings-manager&lt;br /&gt;
&lt;br /&gt;
====== Create a new user for the new desktop environment ======&lt;br /&gt;
 sudo useradd -mG lp,network,power,sys,wheel &amp;lt;username&amp;gt;&lt;br /&gt;
 sudo passwd &amp;lt;username&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Budgie ==&lt;br /&gt;
[[File: budgie.jpg|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
The '''[https://github.com/solus-project/budgie-desktop Budgie Desktop]''' is a modern desktop designed to keep out the way of the user. It features heavy integration with the GNOME stack in order for an enhanced experience. A 64 bit installation of Manjaro running budgie uses about 632MB of memory.&lt;br /&gt;
&lt;br /&gt;
====== Install a basic budgie environment ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S budgie-desktop network-manager-applet gnome-control-center gnome-screensaver&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install additional commonly used components ======&lt;br /&gt;
 sudo pacman -S gnome-terminal nautilus budgie-extras dconf-editor&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install and use LightDM, the recommended display manager for budgie ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S lightdm lightdm-slick-greeter lightdm-settings&lt;br /&gt;
 systemctl enable lightdm.service --force&lt;br /&gt;
edit ''/etc/lightdm/lightdm.conf'', under '''[Seat:*]''' replace the greeter-session setting with '''greeter-session=lightdm-slick-greeter'''&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the Manjaro configuration and theming for budgie ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S manjaro-budgie-settings manjaro-settings-manager papirus-maia-icon-theme&lt;br /&gt;
&lt;br /&gt;
To configure LightDM to match the official iso replace the contents of /etc/lightdm/slick-greeter.conf with&lt;br /&gt;
 [Greeter]&lt;br /&gt;
 background=/usr/share/backgrounds/manjaro-budgie/manjaro-budgie.jpg&lt;br /&gt;
 theme-name=Matcha-sea&lt;br /&gt;
 icon-theme-name=Papirus-Maia&lt;br /&gt;
 draw-grid=false&lt;br /&gt;
&lt;br /&gt;
====== Create a new user for the new desktop environment ======&lt;br /&gt;
 &lt;br /&gt;
 sudo useradd -mG lp,network,power,sys,wheel &amp;lt;username&amp;gt;&lt;br /&gt;
 sudo passwd &amp;lt;username&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Cinnamon ==&lt;br /&gt;
[[File: Cinnamon screenshot.jpeg|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
'''[http://cinnamon.linuxmint.com/ Cinnamon]''' is a desktop environment based on Gnome 3 that utilises a large panel-style menu to access applications. It is not compatible with compiz. Despite being based on Gnome, it has more customisation options and is easier to configure. Users of Windows Vista or Windows 7 may find Cinnamon's interface comfortably familiar. A 64 bit installation of Manjaro running Cinnamon uses about 665MB of memory.&lt;br /&gt;
&lt;br /&gt;
====== Install a basic cinnamon environment ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S cinnamon&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install additional commonly used components ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S cinnamon-wallpapers cinnamon-sounds gnome-terminal parcellite&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install and use LightDM, the recommended display manager for cinnamon ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S lightdm lightdm-slick-greeter lightdm-settings&lt;br /&gt;
 systemctl enable lightdm.service --force&lt;br /&gt;
&lt;br /&gt;
Then edit ''/etc/lightdm/lightdm.conf'', under '''[Seat:*]''' replace the greeter-session setting with '''greeter-session=lightdm-slick-greeter'''&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the Manjaro configuration and theming for cinnamon ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S manjaro-cinnamon-settings adapta-maia-theme kvantum-manjaro&lt;br /&gt;
&lt;br /&gt;
To configure LightDM to match the community edition replace the contents of /etc/lightdm/slick-greeter.conf with&lt;br /&gt;
 [Greeter]&lt;br /&gt;
 background=/usr/share/backgrounds/greeter_default.jpg&lt;br /&gt;
 background-color=#263138&lt;br /&gt;
 draw-grid=false&lt;br /&gt;
 theme-name=Adapta-Nokto-Eta-Maia&lt;br /&gt;
 icon-theme-name=Papirus-Dark-Maia&lt;br /&gt;
 font-name='Cantarell 11'&lt;br /&gt;
 xft-antialias=true&lt;br /&gt;
 xft-hintstyle=hintfull&lt;br /&gt;
 enable-hidpi=auto&lt;br /&gt;
&lt;br /&gt;
Set the Manjaro logo on the panel by right-clicking on the menu and clicking configure.  Select &amp;quot;Use a custom icon and label&amp;quot;.  Select the Manjaro icon.&lt;br /&gt;
&lt;br /&gt;
====== Create a new user for the new desktop environment ======&lt;br /&gt;
 sudo useradd -mG lp,network,power,sys,wheel &amp;lt;username&amp;gt;&lt;br /&gt;
 sudo passwd &amp;lt;username&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Deepin ==&lt;br /&gt;
[[File: deepin.jpg|thumb|left|375px]]&lt;br /&gt;
The '''[https://www.deepin.org/en/dde/ Deepin Desktop]''' is an elegant, easy to use desktop. It is lightly configurable.  A 64 bit installation of Manjaro running deepin uses about 525MB of memory.&lt;br /&gt;
&lt;br /&gt;
====== Install a basic deepin environment ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S deepin&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the deepin applications suite ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S deepin-extra&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install and use LightDM, the recommended display manager for deepin======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S lightdm&lt;br /&gt;
 systemctl enable lightdm.service --force&lt;br /&gt;
&lt;br /&gt;
Then edit ''/etc/lightdm/lightdm.conf'', under '''[Seat:*]''' replace the greeter-session setting with '''greeter-session=lightdm-deepin-greeter'''&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the Manjaro configuration and theming for deepin ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S deepin-manjaro&lt;br /&gt;
&lt;br /&gt;
====== Create a new user for the new desktop environment ======&lt;br /&gt;
 &lt;br /&gt;
 sudo useradd -mG lp,network,power,sys,wheel &amp;lt;username&amp;gt;&lt;br /&gt;
 sudo passwd &amp;lt;username&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Enlightenment ==&lt;br /&gt;
{{note|There is not currently a Manjaro settings package for Enlightenment|}}&lt;br /&gt;
[[File: E20-Green_Onix_760.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
'''[http://www.enlightenment.org/ Enlightenment]''', sometimes known simply as E, is a lightweight desktop environment known for its configurability and tools for creating beautiful user interfaces using its Enlightenment Foundation Libraries (EFL). E started in 1997 as a stacking windows manager, emerging as a desktop environment with development release 0.17. E does not come with a broad array of tools by default, which can be an advantage for experienced users who want to customize their installation, and a disadvantage for users with little or no experience of Linux. E uses a few unique terms, for example referring to panels as “shelves”. A 64-bit installation of E uses about 160M of memory.&lt;br /&gt;
&lt;br /&gt;
====== Install a basic E environment ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S enlightenment&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install and use Entrance, the recommended display manager for E ======&lt;br /&gt;
Entrance is available from the AUR in the package '''entrance-git'''.  Information on how to install packages from AUR can be found '''[https://wiki.manjaro.org/index.php/Arch_User_Repository here]'''.&lt;br /&gt;
 &lt;br /&gt;
 $ sudo pacman -S --asdeps meson&lt;br /&gt;
 $ pamac build entrance-git &lt;br /&gt;
 $ sudo systemctl enable entrance.service --force&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install Manjaro themes for E ====== &lt;br /&gt;
 sudo pacman -S enlightenment-manjaro-themes&lt;br /&gt;
&lt;br /&gt;
====== Create a new user for the new desktop environment ======&lt;br /&gt;
 sudo useradd -mG lp,network,power,sys,wheel &amp;lt;username&amp;gt;&lt;br /&gt;
 sudo passwd &amp;lt;username&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== LXDE ==&lt;br /&gt;
&lt;br /&gt;
{{Note|Installing LXDE will also result in installing ''Openbox'' as its default window manager. The LXDM display manager will also be downloaded, although it will be necessary to enable this yourself if you wish to replace your existing display manager.}}&lt;br /&gt;
[[File: lxde17.1.11.jpg|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
'''[http://lxde.org/ LXDE]''' is a super-lightweight desktop environment that is very similar to XFCE, with the exception that it is not compatible with Compiz. As with XFCE, LXDE is also a somewhat basic desktop environment, lacking some modern features that would be expected, such as a search-bar to find applications and files. However, it is also an excellent choice for less powerful computers.&lt;br /&gt;
&lt;br /&gt;
====== Install a basic lxde environment ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S lxde network-manager-applet&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install and use LightDM, the recommended display manager for lxde ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S lightdm lightdm-gtk-greeter lightdm-gtk-greeter-settings&lt;br /&gt;
 systemctl enable lightdm.service --force&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the Manjaro configuration and theming for lxde ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S manjaro-lxde-logout-banner manjaro-lxde-xfce4-notifyd manjaro-lxde-xfce4-volumed-pulse manjaro-settings-manager manjaro-settings-manager-notifier manjaro-lxde-settings arc-maia-icon-theme kvantum-manjaro&lt;br /&gt;
&lt;br /&gt;
To configure LightDM to match the community edition replace the contents of /etc/lightdm/lightdm-gtk-greeter.conf with&lt;br /&gt;
 [greeter]&lt;br /&gt;
 background = /usr/share/backgrounds/lxde-breath.png&lt;br /&gt;
 font-name = Cantarell 12&lt;br /&gt;
 xft-antialias = true&lt;br /&gt;
 icon-theme-name = Arc-Maia&lt;br /&gt;
 screensaver-timeout = 60&lt;br /&gt;
 theme-name = Adapta-Eta-Maia&lt;br /&gt;
 cursor-theme-name = xcursor-breeze&lt;br /&gt;
 show-clock = false&lt;br /&gt;
 default-user-image = #avatar-default&lt;br /&gt;
 xft-hintstyle = hintfull&lt;br /&gt;
 position = 50%,center 50%,center&lt;br /&gt;
 clock-format = &lt;br /&gt;
 panel-position = bottom&lt;br /&gt;
&lt;br /&gt;
====== Create a new user for the new desktop environment ======&lt;br /&gt;
 &lt;br /&gt;
 sudo useradd -mG lp,network,power,sys,wheel &amp;lt;username&amp;gt;&lt;br /&gt;
 sudo passwd &amp;lt;username&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== LXQt ==&lt;br /&gt;
&lt;br /&gt;
[[File: Lxqt-de-18.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
The '''[https://lxqt.org/ LXQt Desktop Environment]''' LXQt is a lightweight Qt desktop environment. It will not get in your way. It will not hang or slow down your system. It is focused on being a classic desktop with a modern look and feel.  A 64 bit installation of Manjaro running lxqt uses about 250MB of memory.&lt;br /&gt;
&lt;br /&gt;
====== Install a basic LXQt environment ======&lt;br /&gt;
 sudo pacman -S lxqt xscreensaver&lt;br /&gt;
&lt;br /&gt;
====== Install and use LightDM, the recommended display manager for LXQt ======&lt;br /&gt;
 sudo pacman -S lightdm lightdm-slick-greeter lightdm-settings light-locker&lt;br /&gt;
 systemctl enable lightdm.service --force&lt;br /&gt;
edit /etc/lightdm/lightdm.conf, under [Seat:*] replace the greeter-session setting with greeter-session=lightdm-slick-greeter&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the Manjaro configuration and theming for LXQt ======&lt;br /&gt;
 sudo pacman -S manjaro-lxqt-extra-settings manjaro-openbox-adapta-maia papirus-maia-icon-theme&lt;br /&gt;
&lt;br /&gt;
====== Create a new user for the new desktop environment ======&lt;br /&gt;
 sudo useradd -mG lp,network,power,sys,wheel &amp;lt;username&amp;gt;&lt;br /&gt;
 sudo passwd &amp;lt;username&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== MATE ==&lt;br /&gt;
&lt;br /&gt;
[[File: mate.jpg|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''[https://mate-desktop.org/ MATE Desktop]''' Environment is the continuation of GNOME 2. It provides an intuitive and attractive desktop environment using traditional metaphors for Linux and other Unix-like operating systems.  MATE is under active development to add support for new technologies while preserving a traditional desktop experience.  A 64 bit installation of Manjaro running MATE uses about 378MB of memory.&lt;br /&gt;
&lt;br /&gt;
====== Install a basic mate environment ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S mate network-manager-applet&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install mate applications and configuration tools ======&lt;br /&gt;
 sudo pacman -S mate-extra dconf-editor&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install and use LightDM, the recommended display manager for mate ======&lt;br /&gt;
 sudo pacman -S lightdm lightdm-slick-greeter lightdm-settings&lt;br /&gt;
 systemctl enable lightdm.service --force&lt;br /&gt;
edit '''/etc/lightdm/lightdm.conf''', under [Seat:*] replace the greeter-session setting with '''greeter-session=lightdm-slick-greeter'''&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the Manjaro configuration and theming for mate ======&lt;br /&gt;
 sudo pacman -S manjaro-mate-settings arc-maia-icon-theme papirus-maia-icon-theme manjaro-settings-manager manjaro-settings-manager-notifier&lt;br /&gt;
&lt;br /&gt;
To configure LightDM to match the community edition replace the contents of /etc/lightdm/slick-greeter.conf with&lt;br /&gt;
 [Greeter]&lt;br /&gt;
 background=/usr/share/backgrounds/manjaro-mate/manjaro-mate.jpg&lt;br /&gt;
 theme-name=Adapta-Nokto-Maia&lt;br /&gt;
 icon-theme-name=Arc-Maia&lt;br /&gt;
 draw-grid=false&lt;br /&gt;
&lt;br /&gt;
====== Create a new user for the new desktop environment ======&lt;br /&gt;
 sudo useradd -mG lp,network,power,sys,wheel &amp;lt;username&amp;gt;&lt;br /&gt;
 sudo passwd &amp;lt;username&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Window Managers =&lt;br /&gt;
&lt;br /&gt;
{{note|By nature, building your own desktop environment from a Window Manager will take substantially more time and effort than simply downloading a pre-defined desktop environment.}}&lt;br /&gt;
&lt;br /&gt;
{{warning|The images provided below are purely for illustrative purposes only. You will have you put in the necessary time and effort to configure them.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Although Desktop Environments commonly provide a good range of customisation options to suit personal taste and preference, they may still be seen as somewhat restrictive or controlled in the sense that they merely allow for the personalisation of their pre-defined components. However, certain Window Managers empower users to take a 'do it yourself' approach in order to create their own desktop environments. In essence, they may be used as a foundation on which to build upon, as literally every component and every aspect of the desktop is under the direct control and choice of the user. An environment may be as elaborate or as minimalistic as desired, and it is even possible to mix and match various components from other desktop environments. &lt;br /&gt;
&lt;br /&gt;
Therefore extremely powerful and versatile, these window managers also carry the additional benefit of being faster and more resource efficient than pre-defined desktop environments. Interestingly, the super-lightweight LXDE environment is itself built on the Openbox window manager. There are two types of Window Manager: '''Stacking''' and '''Tiling'''. These names denote how application windows will behave on your desktop.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Stacking Window Managers ==&lt;br /&gt;
&lt;br /&gt;
'''Stacking window managers''' are by far the most popular, and essentially allow application windows to be moved freely around the screen, which may overlap - or 'stack' - upon one another, hence the name. All popular desktop environments (e.g. XFCE, KDE, Gnome, etc.) use stacking window Managers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Openbox ===&lt;br /&gt;
&lt;br /&gt;
[[File: manjarobox.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[http://openbox.org/ Openbox]''' is by far the most popular Window Manager available. Due to its popularity there is excellent documentation available, as well as a good choice of additional themes that may be downloaded. '''To install Openbox, enter the command:'''&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S openbox&lt;br /&gt;
&lt;br /&gt;
To install a logout script, configuration application, menu-editor, and extra themes for Openbox, enter the following command:&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S oblogout obconf lxappearance-obconf-gtk3 obmenu openbox-themes-extra&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the Manjaro configuration, theming, and tools for Openbox ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S oblogout-manjaro manjaro-openbox-config manjaro-openbox-scripts manjaro-openbox-fonts matcha-gtk-theme&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== FluxBox ===&lt;br /&gt;
&lt;br /&gt;
[[File: fluxbox2.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[http://fluxbox.org/ FluxBox]''' is another popular Window Manager. It is particularly notable for providing some features not seen in Openbox, such as ''tabbing'', which allows for windows to be grouped together. '''To install FluxBox, enter the command''':&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S fluxbox&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the newsfetcher and workspace pager for Fluxbox ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S fbnews fluxter&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the Manjaro configuration, theming, and tools for Fluxbox ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S fbmenu-manjaro oblogout-manjaro artwork-fluxbox fluxboxtheme-manjaro&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== IceWM ===&lt;br /&gt;
&lt;br /&gt;
[[File: icewm2.jpg|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[http://www.icewm.org/ IceWM]''' is a Window Manager notable for perhaps being closer to a full desktop environment than Openbox or FluxBox. This includes providing a panel complete with menu, in addition to a workspace switcher. '''To install IceWM, enter the command''':&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S icewm&lt;br /&gt;
&lt;br /&gt;
To install a suite of tools and themes specifically for IceWM, enter the command:&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S icewm-utils icewm-themes&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Tiling Window Managers ==&lt;br /&gt;
&lt;br /&gt;
'''Tiling window managers''' - as the name would suggest - tile application windows; each will have their own place on the screen, just like conventional tiles do not overlap. However, unlike conventional tiling, these window managers are usually very flexible, and allow for a multitude of different tiling patterns to suit personal taste and preference. Where stacking window managers focus on using the mouse for navigation, tiling window managers focus on the utilisation of the keyboard instead. As such, they can be much faster to use.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Awesome ===&lt;br /&gt;
&lt;br /&gt;
[[File: awesome.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[http://awesome.naquadah.org/ Awesome]''' is a popular tiling Window Manager, notable for using the '''Lua''' language for configuration. '''To install Awesome, enter the command''':&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S awesome&lt;br /&gt;
&lt;br /&gt;
To install some extra widgets for Awesome, enter the command:&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S vicious&lt;br /&gt;
&lt;br /&gt;
Alternatively you can install the [[Awesome Community Edition]].&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== i3 ===&lt;br /&gt;
&lt;br /&gt;
[[File: i3wm.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[http://i3wm.org/ i3]''' is arguably the most popular tiling window manager available, and notable for using a single, completely self-contained configuration file. '''To install i3, enter the command''':&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S i3-wm&lt;br /&gt;
&lt;br /&gt;
To install a status bar and screen-locker for i3, enter the command:&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S i3lock i3status&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page]]&lt;br /&gt;
[[Category:Desktop]]&lt;/div&gt;</summary>
		<author><name>Ailion</name></author>
	</entry>
</feed>