Wow to get rid of the task bar.

Stephen Kuhn skuhn at telpacific.com.au
Sun Jul 6 16:28:49 CEST 2003


On Sun, 2003-07-06 at 23:36, Dan Gordon wrote:
> I would like to get rid of the task bar and use the icon box insted. 
> Can anyone help me with this.
> 
> Regards,
> Dan Gordon

Just edit the .xinitrc or the .xsession (whichever you use to start
with); you can make your mods there - as well as load heaps of other
cool things - here's mine for an example:

#!/bin/sh

#xsetroot -solid black -cursor_name watch

# Start-up stuff from ~/Desktop/Autostart directory, if it exists
# (as it seems to be the new standard)
if [ -d "$HOME/Desktop/Autostart" ]; then
  for i in `ls -1 ${HOME}/Desktop/Autostart/ 2>/dev/null`; do
    if [ -x $HOME/Desktop/Autostart/$i ]; then
      $HOME/Desktop/Autostart/$i &
    fi
  done
fi

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

# Those are my settings, change them as appropriate...
# Xft DPI: 96
# Xft.hintstyle: hintnone/hintslight/hintmedium/hintfull
# Xft hinting: 1/0

xrdb -merge - << EOF
Xft.dpi: 96
Xft.hinting: 1
Xft.hintstyle: hintfull
EOF

# Launch xscreensaver (if available)
xscreensaver -no-splash &

xfce-mcs-manager
xfwm4 --daemon
#xftaskbar4&
xfce4-iconbox &
xfdesktop&
wmnet -t cyan -r blue &
wmfire &
wmcube -o /usr/X11R6/share/wmcube/multicube.wmc&
wmsysmon &
wmix &
# licq &
lineakd &
# gkrellm &
panel=`which xfce4-panel`
if test "x$panel" != "x" ; then
	$panel
	ret=$?
	while [ $ret -ne 0 ] ; do
		echo "A crash occured in the panel"
		echo "Please report this to the xfce4-dev at moongroup.com list"
		echo "Meanwhile the panel will be restarted"
		$panel
		ret=$?
	done
fi
xsetroot -solid black -cursor_name watch
/usr/lib/gconfd-2 &



-- 
Sun Jul  6 23:50:00 EST 2003
 23:50:00 up  1:22,  2 users,  load average: 1.15, 1.27, 0.96
-----------------------------------------------------------------
|            __    __          |kuhn media australia            |
|           /-oo /| |'-.       |http://kma.0catch.com           |
|          .\__/ || |   |      |================================|
|       _ /  `._ \|_|_.-'      |stephen kuhn                    |
|      | /  \__.`=._) (_       | email: skuhn at telpacific.com.au |
-----------------------------------------------------------------
 linux user #:267497 linux machine #:194239 * MDK 9.1 & RH 7.3  
     Mandrake Linux Kernel 2.4.21-11mdk Cooker for i586
-----------------------------------------------------------------
 * This message was composed on a 100% Microsoft free computer *

For perfect happiness, remember two things:
	(1) Be content with what you've got.
	(2) Be sure you've got plenty.



More information about the Xfce mailing list