.\" t .\" @(#)FeelWindowBox.1 01/28/2021 .TH FeelWindowBox 1x "AfterStep v.2.2.12" "Jan 28 2021" "AfterStep X11 window manager" .UC .SH NAME \fBFeelWindowBox\fP\ \- defines placement policy for certain type of windows, based on desk, window attributes, window size, etc. Useful for xinerama configurations, where windows should not be placed in between screens. .SH CONFIGURATION OPTIONS .IP "Area \fIWxH+X+Y\fP " This defines the confining region of a WindowBox\&. .IP "Desk \fIdesk\fP " Limits the effects of this WindowBox to the specified desk\&. .IP "FirstTry \fISmartPlacement|RandomPlacement|Tile\fP " strategy to use while placing window\&. The FirstTry strategy will attempt to place window in empty space only\&. See Also: Window Placement types for further details\&. .IP "MaxHeight \fIheight\fP " places restrains on what size window could be placed in this area\&. .IP "MaxLayer \fImax_layer\fP " Limits effects of the WindowBox to windows with layer value that falls in range\&. .IP "MaxWidth \fIwidth\fP " Places restrains on what size window could be placed in this area\&. .IP "MinHeight \fIheight\fP " places restrains on what size window could be placed in this area\&. .IP "MinLayer \fImin_layer\fP " limits the effects of the WindowBox to windows with layer value that falls in range\&. .IP "MinWidth \fIwidth\fP " places restrains on what size window could be placed in this area\&. .IP "ReverseOrder" This will reverse order in which Cascade and Tile strategies are applied, making it Right\-to\-left, bottom\-to\-top\&. .IP "ReverseOrderHorizontal" FIXME: add proper description here\&. .IP "ReverseOrderVertical" FIXME: add proper description here\&. .IP "ThenTry \fIRandomPlacement|Cascade|Manual\fP " backup strategy to use when there is no suitable empty space\&. See Also: Window Placement types for further details\&. .IP "VerticalPriority" Cascading and Tiling will be done in Vertical direction first\&. .IP "Virtual" Defines that area is in virtual coordinates\&. .IP "WindowBox \fI""windowbox_name""\fP " Starts a WindowBox definition\&. ~WindowBox ends it\&. .IP "XSpacing" FIXME: add proper description here\&. .IP "YSpacing" FIXME: add proper description here\&. This is a whole new thing to allow better window placement policy : .fi WindowBox "some_name" Area WxH+X+Y Virtual MinWidth width MinHeight height MaxWidth width MaxHeight height FirstTry SmartPlacement|RandomPlacement|Tile ThenTry RandomPlacement|Cascade|Manual VerticalPriority ReverseOrder Desk desk MinLayer min_layer MaxLayer max_layer ~WindowBox .fi Note that old SmartPlacement/RandomPlacement has been coopted to be used for Default windowbox\&.