dynamic window manager 5.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News dynamic window manager 5.0 (Default branch)
Prev   Next
# 1  
Old 06-19-2008
dynamic window manager 5.0 (Default branch)

dwm is a fast and simple window manager for X11. It manages windows in tiled and floating layouts. Either layout can be applied dynamically, optimizing the environment for the application in use and the task performed. Windows can be tagged with one or multiple tags. Selecting certain tags displays all windows that are accordingly tagged. dwm is the little brother of wmii. License: MIT/X Consortium License Changes:
This release is based on a completely reviewed code base that has been improved and polished throughout. It contains a new config.h format that makes it easier to add mouse event handlers. This release is the starting point for the 5.x series of dwm.Image

More...
 
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
DtWsmRemoveWorkspaceFunctions(library call)							       DtWsmRemoveWorkspaceFunctions(library call)

NAME
DtWsmRemoveWorkspaceFunctions -- remove a window's workspace functions SYNOPSIS
#include <Dt/Wsm.h> void DtWsmRemoveWorkspaceFunctions( Display *display, Window window); DESCRIPTION
The DtWsmRemoveWorkspaceFunctions function removes a window's workspace functions. When DtWsmRemoveWorkspaceFunctions removes workspace functions, the window menu for the window the CDE workspace manager, dtwm(1), displays does not have the entries that allow the window to occupy a different set of workspaces, occupy all workspaces, or be removed from the current workspace. The display argument is the X display. The window argument is the window to have its workspace functions disabled. RETURN VALUE
The DtWsmRemoveWorkspaceFunctions function returns no value. APPLICATION USAGE
The application must call DtWsmRemoveWorkspaceFunctions before the window is mapped. The CDE workspace manager, dtwm(1), only looks at the workspace function information at the time the workspace manager manages the window. If the CDE workspace manager, dtwm(1), is managing the window, the application must withdraw the window (see XWithdrawWindow(3)), remove the workspace functions, and map the window once again. SEE ALSO
dtwm(1), Dt/Wsm.h - DtWsm(5). DtWsmRemoveWorkspaceFunctions(library call)