|
NAMEArrange - AfterStep module for arranging windows in a tiling or cascading orderCONFIGURATION OPTIONSDESCRIPTIONArrange was developed to replace Tile and Cascade which were present in AfterStep 1.8 and stopped working with the introduction of AfterStep 2.0. Like Tile and Cascade Arrange can be used to tile or cascade windows subject to certain constraints.By default Arrange will cascade windows located on the current screen. OPTIONS
INVOCATIONArrange can be invoked from the autoexec file or by binding the action "Module Arrange [args]" to a key-stroke in a feel file.CONFIGURATION OPTIONSCommand-line arguments passed to Arrange are described in the OPTIONS section.Up to four numbers can be placed on the command line that are not switches. The first pair specify an x and y offset to start the first window (default is 0, 0). The second pair specify an absolute coordi- nate reference denoting the lower right bounding box for tiling. If any number is suffixed with the letter p, then it is taken to be a pixel value, otherwise it is interpreted as a screen percentage. Specifying zero for any parameter is equivalent to not specifying it. This invocation will horizontally tile windows with a bounding box which starts at 10 by 10 percent into and down the screen and ends at 90 by 90 percent into and down the screen. Arrange 10 10 90 90 -tile -H It is probably not a good idea to delete windows while windows are being arranged.
Visit the GSP FreeBSD Man Page Interface. |