Next: Window Placement, Previous: Workspaces, Up: Top
Sawfish has special functions to support environments with multiple monitors displaying a single logical screen (as provided by Xinerama).
Return a ID for the display head that point (x, y) is in. The return value is an integer; the default head has ID zero. Returns
nilif it cannot determine the head from x and y.
Return the cons cell
(width.height)of the dimensions of the display head indicated by id. Id must be a non-negative integer. Without Xinerama support, id must be zero and the function returns the screen size.
Return the cons cell
(x.y)of the dimensions of the display head indicated by id. Id must be a non-negative integer. Without Xinerama support, id must be zero and the function returns(0 . 0).
Return the ID of the head containing the window with input focus. If window is supplied and a window, return the head containing that window. If window is supplied and nil, return
(pointer-head).