mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-09 03:37:18 +08:00
27 lines
836 B
XML
27 lines
836 B
XML
|
<sect2>
|
||
|
<title>Configuring fluxbox</title>
|
||
|
|
||
|
<sect3><title>Config files</title>
|
||
|
<para><userinput>~/.fluxbox/init, ~/.fluxbox/keys, ~/.fluxbox/menu</userinput></para>
|
||
|
</sect3>
|
||
|
|
||
|
<sect3><title>Configuration Information</title>
|
||
|
|
||
|
<para>Be sure to backup your current <filename>.xinitrc</filename> before
|
||
|
proceeding.</para>
|
||
|
|
||
|
<para><screen><userinput>cat >> ~/.xinitrc << "EOF"</userinput>
|
||
|
exec fluxbox
|
||
|
<userinput>EOF</userinput></screen></para>
|
||
|
|
||
|
<para><screen><userinput>mkdir ~/.fluxbox &&
|
||
|
cp /usr/share/fluxbox/init ~/.fluxbox/init &&
|
||
|
cp /usr/share/fluxbox/keys ~/.fluxbox/keys &&
|
||
|
cp /usr/share/fluxbox/menu ~/.fluxbox/menu </userinput></screen></para>
|
||
|
|
||
|
<para>Menu Items are added by editing<filename>~/.fluxbox/menu</filename>. The syntax is explained on the fluxbox man page.</para>
|
||
|
</sect3>
|
||
|
|
||
|
</sect2>
|
||
|
|