Module Wmii
In: wm.rb

Encapsulates access to the window manager.

Methods

Classes and Modules

Class Wmii::Area
Class Wmii::Client
Class Wmii::Node
Class Wmii::View

Constants

SELECTION_TAG = 'SEL'   Multiple client selection

Public Class methods

Returns the current set of clients.

Returns the currently focused area.

Returns the currently focused client.

Returns the currently focused view.

Searches for a client, which has the given ID, in the given places. If no places are specified, then all views are searched. If the client is not found, nil is returned.

Focuses the area with the given ID in the current view.

Focuses the client which has the given ID.

Focuses the view with the given name.

Returns the root of IXP file system hierarchy.

Returns the client which has the given ID.

Returns the view which has the given name.

Un-selects all selected clients so that there is nothing selected.

Returns a list of all selected clients in the currently focused view. If there are no selected clients, then the currently focused client is returned in the list.

Returns the current set of tags.

Returns the current set of views.

[Validate]