mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
c668bd446a
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1227 af4574ff-66df-0310-9fd7-8a98e5e911e0
26 lines
526 B
XML
26 lines
526 B
XML
<sect2>
|
|
<title>Configuring <application>XFce</application></title>
|
|
|
|
<sect3><title>Config files</title>
|
|
<para><filename>~/.xinitrc</filename></para>
|
|
</sect3>
|
|
|
|
<sect3><title>Configuration Information</title>
|
|
|
|
<para>Be sure to backup your current <filename>.xinitrc</filename>
|
|
before
|
|
proceeding.</para>
|
|
<screen><userinput><command>cat >> ~/.xinitrc << "EOF"</command>>
|
|
xfce-mcs-manager
|
|
xfwm4 --daemon
|
|
xftaskbar4 &
|
|
xfdesktop &
|
|
exec xfce4-panel
|
|
<command>EOF</command></userinput></screen>
|
|
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|