![]() |
Home ⋅ All Commands ⋅ Grouped Commands ⋅ Modules ⋅ FAQ | ![]() |
WindowShade [bool] | [[ShadeAgain] direction ]
Toggles the window shade feature for titled windows. Windows in
the shaded state only display a title-bar. If
bool
is not given or "4475 021124 0 ustar root root Generates a pop-up menu (and pops it up) in which the title and
geometry of each of the windows currently on the desktop are
shown. The format of the geometry part is:
You can destroy the built-in "WindowListFunc" and create your own
if these defaults do not suit you. The window list menu uses the "WindowList" menu style if it is
defined (see
MenuStyle
command). Otherwise the default menu style is used. To switch
back to the default menu style, issue the command Example:

Home ⋅
All Commands ⋅
Grouped Commands ⋅
Modules ⋅
FAQ

WindowList [(conditions)] [position] [options] [double-click-action]desk(layer): x-geometry sticky,
where
desk and layer
are the corresponding numbers and
sticky
is empty or a capital S. The geometry of iconified windows is
shown in parentheses. Selecting an item from the window list
pop-up menu causes the interpreted function "WindowListFunc" to be
run with the window id of that window passed in as $0. The default
"WindowListFunc" looks like this:
AddToFunc WindowListFunc
+ I Iconify off
+ I FlipFocus
+ I Raise
+ I WarpToWindow 5p 5p
DestroyMenuStyle WindowList