2002-08-09 04:13:41 +08:00
|
|
|
<sect2>
|
2003-09-28 07:58:17 +08:00
|
|
|
<title>Configuring <application>Fluxbox</application></title>
|
2002-08-09 04:13:41 +08:00
|
|
|
|
|
|
|
<sect3><title>Config files</title>
|
2003-04-21 06:15:01 +08:00
|
|
|
<para><filename>~/.fluxbox/init</filename>,
|
|
|
|
<filename>~/.fluxbox/keys</filename>,
|
|
|
|
<filename>~/.fluxbox/menu</filename></para>
|
2002-08-09 04:13:41 +08:00
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title>Configuration Information</title>
|
|
|
|
|
|
|
|
<para>Be sure to backup your current <filename>.xinitrc</filename> before
|
2003-09-28 07:58:17 +08:00
|
|
|
proceeding.</para>
|
|
|
|
<screen><userinput><command>cat >> ~/.xinitrc << "EOF"</command>>
|
2002-08-09 04:13:41 +08:00
|
|
|
exec fluxbox
|
2003-09-28 07:58:17 +08:00
|
|
|
<command>EOF</command></userinput></screen>
|
2002-08-09 04:13:41 +08:00
|
|
|
|
2003-09-28 07:58:17 +08:00
|
|
|
<screen><userinput><command>mkdir ~/.fluxbox &&
|
2002-08-09 04:13:41 +08:00
|
|
|
cp /usr/share/fluxbox/init ~/.fluxbox/init &&
|
|
|
|
cp /usr/share/fluxbox/keys ~/.fluxbox/keys &&
|
2003-09-28 07:58:17 +08:00
|
|
|
cp /usr/share/fluxbox/menu ~/.fluxbox/menu </command></userinput></screen>
|
2002-08-09 04:13:41 +08:00
|
|
|
|
2003-09-20 01:47:38 +08:00
|
|
|
<para>Menu Items are added by editing<filename>~/.fluxbox/menu</filename>. The
|
2003-09-28 07:58:17 +08:00
|
|
|
syntax is explained on the fluxbox man page.</para>
|
2002-08-09 04:13:41 +08:00
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|