Differences between revisions 40 and 41
Revision 40 as of 2011-04-26 20:48:52
Size: 4506
Editor: ?skizzhg
Comment:
Revision 41 as of 2011-07-02 16:12:51
Size: 4789
Comment: brief intro to tiling window managers with link to wikipedia
Deletions are marked like this. Additions are marked like this.
Line 54: Line 54:
== Tiling Window manager ==
[[http://en.wikipedia.org/wiki/Tiling_window_manager|Tiling window managers]] arrange application windows into various grid layouts, often in a manner which displays all of the windows seamlessly without overlapping. Debian provides several popular tiling window managers, including:
Line 55: Line 57:

== Tiling Window manager ==

Translation(s): English - Français - Italiano


In the X Window System, the X Server itself does not give the user the capability of managing windows that have been opened. Instead, this job is delegated to a program called a window manager.

The window manager gives windows a border and allows you to move them around and maximize/minimize them. The user interface for these functions is left up to its author.

This proves to be quite confusing for the new user of a X windowing environment because most other environments simply use one window manager and give the user no choice. In this sense, X is much more versatile and allows more tailoring of the environment to whatever the user wants. It allows the creation of an xterminal, a diskless workstation which runs only an X server (out of ROM) and leaves all user interface implementation to a central compute server.

The most commonly used Linux window managers are:

Other WMs include:

Tiling Window manager

Tiling window managers arrange application windows into various grid layouts, often in a manner which displays all of the windows seamlessly without overlapping. Debian provides several popular tiling window managers, including:

awesome

dwm

http://dwm.suckless.org Package: dwm

PROS:

  • Clean and minimalistic user interface. Very lightweight.

CONS:

  • It has no configuration file, one have to fetch the source and recompile it to customize it.

See also ?fr/DWM (French)

larswm

i3-wm

ion

mutter

sawfish

wmii

Uses a 9P file system for scripting and configuration.

xfwm

xmonad


See x-window-manager packages descriptions If you use startx rather than a login manager, you'll probably want to choose a default Window Manager. To change the default window manager use

  update-alternatives --config x-window-manager

( See update-alternatives manpage).

Window Managers must not be confused with ?Desktop_environments such as GNOME, KDE, XFce. These three environments use a window manager as a single part of a much larger system. And to make things much more complicated, GNOME doesn't force you to use any one window manager. They have a list of "supported" window managers that you can choose from.

Afterstep should be mentioned - (and fvwm is actually fvwm2 whereas fvwm1 already had/has lots of "functionality" and lives on a smaller foot-print)

See also



CategoryDesktopEnvironment | CategoryXWindowSystem