* Documented "type ahead" and the new function to Close All in Workspace (ALT+Q)
in tracker.html * Documented PoorMan. * Added yasm to the required packages when building Haiku under Linux * changed every /boot/beos/ to /boot/system/ git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30247 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -52,10 +52,10 @@ If they don't exist already, you'll have to create the needed files yourself. Ot
|
||||
<h2><a id="userbootscript" name="userbootscript">The UserBootscript</a></h2>
|
||||
<p><span class="path">/boot/home/config/boot/UserBootscript</span> will be executed after the system has finished its boot process. For example, you could launch a number of programs that would then be automatically started on every boot up:</p>
|
||||
<pre># Start LaunchBox
|
||||
/boot/beos/apps/LaunchBox &
|
||||
/boot/system/apps/LaunchBox &
|
||||
|
||||
# Start Workspaces Applet
|
||||
/boot/beos/apps/Workspaces &</pre>
|
||||
/boot/system/apps/Workspaces &</pre>
|
||||
<p>Remember to end a command with an "<tt>&</tt>" to start it as a background process, or the script will halt until that command has finished (in this case: the launched app was closed again).</p>
|
||||
|
||||
<h2><a id="usershutdownscript" name="usershutdownscript">The UserShutdownScript</a></h2>
|
||||
|
||||
Reference in New Issue
Block a user