Sunday, March 8, 2020

7 Best Linux Window Managers, How to Install Each Of Them On Ubuntu/Linux Mint

If you want things simple or let's say basic then try these window managers.

A window manager is a system software that controls the placement and appearance of windows within a windowing system in a graphical user interface. Most window managers are designed to help provide a desktop environment.
In this article, we are going to show 7 best window managers and how to install each one of them in Ubuntu/Linux Mint.
To install one of the Window Managers on Ubuntu, open the Terminal and run the following commands shown below.

1. Openbox

openbox is one of the most popular Window Manager, it is fast, light-weight, and highly configurable.
sudo apt install openbox

2. Fluxbox 

Fluxbox is a Window Manager which is based on the Blackbox code. It is very light on resources and easy to handle with many features.
sudo apt install fluxbox


3. IceWM

IceWM is a simple and light Window Manager. The goal of IceWM is speed, simplicity
sudo apt install icewm


 4. JWM

JWM (Joe's Window Manager) is a light-weight Window Manager which is written in C programming language and uses only Xlib at a minimum.
sudo apt install jwm


5. Awesome

awesome is very fast and highly configurable Window Manager.
sudo apt install awesome


6. i3

 i3 is a Tiling Window Manager, completely written from scratch.
sudo apt install i3


7. Ratpoison

Ratpoison is a Simple Window Manager with no fat library dependencies, no fancy graphics and no window decorations. That's what makes it really lightweight.
sudo apt install ratpoison

After installing any of the new Window Managers being explained in this tutorial, log out and select the new WM from the login screen menu like shown below.


Which WM do you prefer and why? Let us know in the comments.

10 Best Linux Desktop Environments, How to Install Each Of Them On Ubuntu

Make sure to follow our linux page for more wisdom on open source technologies.

Related Posts:

  • What is Linux? Linux is a free and open-source operating system first developed by Linus Torvalds, available under the GNU General Public License. An operating system is a software that enables communication between hardware and software… Read More
  • How To Install a Fake "Hacker" Terminal on Ubuntu/Linux Mint Nowadays being a hacker is a skill which many envy as the world in which we currently live in is being entirely automated by computers. Although such profession requires tons of knowledge, it is highly recommended that you … Read More
  • Best linux apps by category Discovering new apps is one of the most exciting things about being a Linux user. I’m putting together a list of Linux applications to cover all your bases. So without further ado, let’s get to it. Web Browsers 1. … Read More
  • 3 unknown operating systems We are familiar with the regular operating systems like: Windows, Linux, Mac, and mobile OS, Android, iOS, Windows, etc.  Here are 3 operating systems, free and opensource which are written from scratch ,not based o… Read More
  • Linux Distributions by category As many of the computer geeks many know, Linux is NOT the complete OS, but only the kernel. Linux distributions take the Linux kernel and combine it with other free software to create a complete operating system … Read More

0 comments:

Post a Comment