We are still actively working on the spam issue.

Difference between revisions of "GNU/Linux ricing"

From InstallGentoo Wiki
Jump to: navigation, search
(GTK Themes)
(Desktop Environments)
Line 77: Line 77:
 
**Nearly as lightweight as Xfce, GNOME fork with a traditional desktop. Very customiseable and featureful.
 
**Nearly as lightweight as Xfce, GNOME fork with a traditional desktop. Very customiseable and featureful.
 
*'''[http://www.xfce.org/ Xfce]'''
 
*'''[http://www.xfce.org/ Xfce]'''
**XFCE is a less resource-intensive DE. If you want something that runs faster without giving up too many features, this is for you.
+
**XFCE is a less resource-intensive DE. If you want something that runs fast and allows for lots of customization without giving up too many features, this DE is for you.
 
*'''[http://lxde.org/ LXDE]'''
 
*'''[http://lxde.org/ LXDE]'''
 
**LXDE is the most minimal DE around. If you are running on a toaster supercluster or just need the most battery life out of your freedom device, and are too lazy/dumb to setup a WM, LXDE is the only correct choice.
 
**LXDE is the most minimal DE around. If you are running on a toaster supercluster or just need the most battery life out of your freedom device, and are too lazy/dumb to setup a WM, LXDE is the only correct choice.

Revision as of 02:02, 1 February 2014

GNU/Linux distributions are well known for their ability to customize the way they work to a large degree. The purpose of this page is to give the reader some ideas on what can be customized and how.

Window managers

Currently most GNU/Linux distributions use X.org for drawing the desktop (with wayland being planned to replace it later). X.org is designed to be modular and highly customizable. One of the results of this design are that X.org doesn't manage windows, instead depending on a special client application called a window manager. Said window manager (WM in short) moves and resizes windows, among other things, often in response to user input. Window managers also do many more, like automatic windows layout, compositing, drawing decorations, drawing panels, providing multiple workspaces etc.

Window managers can be divided into these three categories:

  • Stacking - they allow windows to draw their contents one after another on the desktop, starting with the one which is the most obscured one and going up in the "Z order".
  • Compositing - provide a buffer for each window to draw on and then compose those buffers together creating the desktop image. This type of window manager allows use of semitransparent windows.
  • Tiling - The windows do not overlap.
Compiz's expo plugin. As most window managers, it allows for multiple workspaces, as seen here.
    • Static tiling WMs such as ratpoison always use a set number of equal size tiles, and the tiles do not move
    • Dynamic tiling WMs such as awesome allow you to change the layout of the tiles, the number of tiles onscreen, and other things. it should be noted that awesome also has a stacking mode in addition to many tiling configurations.

It should be added that many WMs are stacking and tiling at the same time, and the behaviour can be switched by the user.

It's also possible, for WMs that don't tile windows, to use a separate application that works together with the main windows manager and tiles windows (for example: pytyle).

Finally, there exists programs such as xcompmgr, that work together with a non-compositing WM making it compose windows, allowing for effects such as transparency.

List of window managers and similar tools

List of window managers in arch wiki

Dynamic:

  • Awesome - config file is written in lua, very flexible.
  • Dwm - configuration is done through the config.h source file. Dwm needs to be recompiled for config.h changes to be applied
  • i3
  • monsterwm

Tiling:

Compositing:

  • Compiz - is a compositing WM being developed since 2006. It uses OpenGL (AIGLX). It is know for having a lot functionality and providing many interesting effects. However, it can cause problems if the graphics are faulty.
  • KWin - is a compositing WM used in KDE. It's comparable in feature set to compiz.
  • Mutter - the default windows manager for GNOME.
  • Xfwm - the default WM for XFCE.

Stacking:

PyTyle used together with compiz, tiling 5 terminal windows.

Compositing tools for stacking/tiling managers:

Tiling tools for non-tiling WMs:

For some more information on this topic, see: this page.

Themes

There are two main toolkits you need to concern yourself with styling: GTK and Qt. Luckily, there are themes for both that will adapt to the other. So find a theme for whichever toolkit your distro uses prominently. For KDE based distros, that's Qt. For everything else, that's GTK.

GTK Themes

There are a number of great themes. All of these are GTK3 compatible. To apply them, see GTK Theming.

  • Numix - A very popular theme.
The Numix theme

Qt Themes

Set Qt themes with the qtconfig tool.

  • GTK+ - Builtin. Adapts the to theme that GTK is using.

Desktop Environments

  • KDE
    • KDE is more resource intensive, but if you want something with a bit more features, eyecandy, and stabilizability, this may be for you.
  • GNOME
    • GNOME is extremely polarizing. If you like the Windows 8 Start Screen and similar touch interfaces, try it out. Else, stay clear.
  • Cinnamon
    • Nearly as lightweight as Xfce, GNOME fork with a traditional desktop. Very customiseable and featureful.
  • Xfce
    • XFCE is a less resource-intensive DE. If you want something that runs fast and allows for lots of customization without giving up too many features, this DE is for you.
  • LXDE
    • LXDE is the most minimal DE around. If you are running on a toaster supercluster or just need the most battery life out of your freedom device, and are too lazy/dumb to setup a WM, LXDE is the only correct choice.
  • Enlightenment
    • Crazy eye candy. Light on system resources.
  • MATE
    • Fork and continuation of GNOME 2 for those who prefer it.

KDE

KDE allow you to download most of the following by simply going into the relative setting, press the "get new" button, and search for the name.

Icons

  • KFaenza - Port of the famous Faenza theme to KDE
  • Nitrux
  • FaenK - Incomplete theme, need KFaenza installed to display all the icons
  • kAwOken - Nice light/dark gray icon theme

Styles

Plasma themes

  • Diamond - Transparency, almost unusable without composing turned off
  • Caledonia - Dark "flat" suite, include a Plasma theme, icons and custom colors.
  • uniq - Another suite, includes a window decorator, a qtqurve theme and custom colors.
  • Produkt

Window Decorations

External Resources

Ricing guide by z3bra Nanami's Win7 & Firefox List