Windows Properties
Contains:
- Move, for moving the window.
- Resize, for resizing the window.
- Raise, for raising the window to top.
- Lower, for pushing it to the bottom.
- Iconify, to reduce the window to an icon.
- (Un)Stick, to change whether a window follows you when you move to a different desktop.
- Destroy, sends the window an xkill message (almost always kills the window).
- Close, sends the window a message to tell it to close this window. In some cases this closes just the frame selected, but some badly written X-applications either ignore this or shut-down completely.
- Scrollbar, runs an fvwm module to add scrollbars to a window. Useful for rare occasions when you have an application which won't allow itself to be re-sized but you don't want it to take up too much room.
