xfce initialisierung update für xfce4...

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_xfceconfig@5089 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2010-01-15 10:17:00 +00:00
parent c6491ec0b3
commit 0bf51626dc

View File

@ -34,9 +34,24 @@ MANPATH=$MANPATH:/opt/xfce/man
PATH=$PATH:/opt/xfce/bin
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/xfce/lib/pkgconfig
xfce_DATA="~/.xfce"
if [ ! -f ~/.xfce3rc ]; then
touch ~/.xfce3rc
if [ ! -f ~/.xfce4rc ]; then
cat > $HOME/.xfwm4rc << "EOF"
theme=/opt/xfce/share/xfwm4/themes/xfce
button_layout=OT|SHMC
theme=kde
EOF
fi
if [ ! -f ~/.gtkrc-2.0test ] || ! grep -q titlebar ~/.gtkrc-2.0test; then
cat >> $HOME/gtkrc-2.0test << "EOF"
style "titlebar"
{
font_name = "Sans 10"
}
widget "xfwm" style "titlebar"
EOF
fi
if [ ! -d ~/.xfce ]; then
mkdir ~/.xfce
fi