mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-17 19:20:17 +01:00
51 lines
1.6 KiB
PHP
51 lines
1.6 KiB
PHP
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org" />
|
|
|
|
<title>User Guide: Tips</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
|
|
<link href="../title.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
|
|
<body>
|
|
<?php
|
|
include("../header.php");
|
|
include("../dock.php");
|
|
?>
|
|
|
|
<div id="inhalt">
|
|
<table width="880" border="0" cellpadding="1" cellspacing="1">
|
|
<tr>
|
|
<td content="content" colspan="2" valign="top">
|
|
<br />
|
|
<br />
|
|
<br />
|
|
|
|
<h2>Chapter 5</h2>
|
|
|
|
<h1>Tips</h1><br />
|
|
<br />
|
|
|
|
<ul>
|
|
<li>If the size of a window gets so large that it doesn't fit on the screen and you can't manipulate it, you can
|
|
simply hold the Meta key while dragging the window in the client area. This way you can move the window up or down
|
|
and resize it, if you want.<br />
|
|
<br /></li>
|
|
|
|
<li>If you want windows to be able to cover the dock, you can make the dock lowerable by double clicking the first
|
|
dock icon while holding the Meta key. Then, you can raise and lower the dock through the first icon, just like you do
|
|
with windows.<br />
|
|
<br /></li>
|
|
|
|
<li>If you want windows to be able to cover menus, you can make them lowerable just like the dock by double clicking
|
|
the titlebar with the Meta key pressed.</li>
|
|
</ul><br />
|
|
<br />
|
|
<br />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</body>
|
|
</html>
|