/usr/share/doc/afterstep-data/html/Placement.html is in afterstep-data 2.2.12-6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>Window Placement types</title>
<style type="text/css">
<!--
body {
margin-top: 5px;
background-repeat: repeat;
}
.copy {
margin-top: 10px;
margin-left: 4%;
margin-right: 4%;
}
.copy a:link, .copy a:visited {
color:#0FF;
text-decoration:none
}
.copy a:active, .copy a:hover {
color:#FC3;
text-decoration:underline
}
.copy2 {
margin-top: 10px;
margin-left: 0;
margin-right: 0;
}
.copy2 a:link, .copy a:visited {
color:#0FF;
text-decoration:none
}
.copy2 a:active, .copy a:hover {
color:#FC3;
text-decoration:underline
}
p.codeBlock {
background: #444444;
padding: 1em;
margin-left: 4em;
font-family:Tahoma, Arial, Verdana, Helvetica;
font-size:14px;
}
.container {
padding: -1em;
margin-left: 0em;
margin-right: 1em;
width: 100%;
background: #ccc;
border: 1px solid #000;
font-size:13px;
}
p.dense {
text-align: justify;
margin-top: 0em;
padding: 0em;
line-height: 110%;
}
p.sect_header
{
background-color: #dddddd;
color: #000000;
text-align: right;
font-size: 11pt;
}
p.refsect_header
{
text-align: left;
font-size: 14px;
line-height: 90%;
}
dl.dense {
padding: 0;
margin: 0;
font-size:14px;
}
ul.dense {
}
li.dense {
line-height: 110%;
}
dt.dense {
line-height: 110%;
text-align: bottom;
}
dd.dense {
font-size:14px;
}
-->
</style>
</head>
<body>
<A name="page_top"></A>
<A href="preface.html">Preface</A> <A href="visualselect.html">Introduction</A> <A href="index.html">Topic index</A> <A href="Glossary.html">Glossary</A><p>
<h1>Window Placement types</h1><font size=4>AfterStep supports several different window placement policies. Some of them designed to fill free space, and some allowing for windows to be placed on top of others.</font><hr>
<UL><LI><A NAME="options"></A><h3>CONFIGURATION OPTIONS :</h3>
<DL>
<A NAME="options.Cascade">
</A><DT class="dense"><B>Cascade</B></DT>
<DD class="dense">
<P class="dense">Windows will be placed in cascading order.</P>
</DD>
<A NAME="options.Manual">
</A><DT class="dense"><B>Manual</B></DT>
<DD class="dense">
<P class="dense">Windows must be placed manually.</P>
</DD>
<A NAME="options.RandomPlacement">
</A><DT class="dense"><B>RandomPlacement</B></DT>
<DD class="dense">
<P class="dense">Windows will be placed randomply, in space unobstructed by windows that have AvoidCover attribute <A href="asimagexml.html#set">set</A>.</P>
</DD>
<A NAME="options.SmartPlacement">
</A><DT class="dense"><B>SmartPlacement</B></DT>
<DD class="dense">
<P class="dense">Most suitable free space area will be chosen to place window in.
If no such area is found of sufficient size - window will be placed using secondary placement strategy, or manually,
<A href="asimagexml.html#if">if</A> no secondary strategy is specified.</P>
</DD>
<A NAME="options.Tile">
</A><DT class="dense"><B>Tile</B></DT>
<DD class="dense">
<P class="dense">Windows will be tiled in free space. If no space of suitable size is found,
then secondary placement strategy is engaged, or window will have to be placed manually.
This is similar to <A href="Feel.html#options.SmartPlacement">SmartPlacement</A>, except that suitable space is chosen following direction left-to-right, top-to-bottom,
instead of looking for space, most fitting the window size (the way <A href="Feel.html#options.SmartPlacement">SmartPlacement</A> works).</P>
</DD>
</DL></P></LI>
</UL>
<p><A href="preface.html">Preface</A> <A href="visualselect.html">Introduction</A> <A href="index.html">Topic index</A> <A href="Glossary.html">Glossary</A> <A href="#page_top">Back to Top</A>
<hr>
<p><FONT face="Verdana, Arial, Helvetica, sans-serif" size="-2">AfterStep version 2.2.12</a></FONT>
</body>
</html>
|