Hashing out the Taskbar - ?

Ken Moffat kmoffat at drizzle.com
Sun Sep 28 23:48:49 CEST 2003


Zachary Roth wrote:

>
>I would like to know how to do a couple of things before I decide which
>I prefer. 
>
>1) Where do I comment out the task bar start up?
>	a)Can an example be provided please?
>2) Where do I comment out the lil icon box start up?
>	a)Can an example be provided please?
>
>
>  
>

/usr/etc/xfce4/xinitrc
or ~/.xfce4/xinitrc
or maybe /etc/xfce4/xinitrc

depends on your system.

look 2/3 of the way down. just put a # in front.
(the iconbox was added by me so it might be in another place.)

-----------------------------------------------------------
if test -f $HOME/.Xmodmap; then
        xmodmap $HOME/.Xmodmap
fi

#xftaskbar4&
#xfce4-iconbox&
xfdesktop&
panel=`which xfce4-panel`
case "x$panel" in
----------------------------------------------------------   


-- 
Ken






More information about the Xfce mailing list