# .asbuttonrc - configuration file for asbutton

# Buttons are numbered as follows
#	1 2 3      1 2
#	4 5 6  OR  3 4
#	7 8 9

1	sh -c "gentoo || wmfinder || xterm -e mc" &
2	sh -c "rxvt || xiterm || aterm || xterm" &
3	netscape &
4	sh -c "qps || xterm -T 'top' -n 'top' -e top" &
5	sh -c "gftp || xterm -T 'ftp' -n 'ftp' -e ftp" &
6	gimp &
7	gentoo &
8	xv &
9	gv &

# XPM files to use for individual buttons
# In 9 button mode button images should be 18x18, in 4 button mode 27x27.
# A default button will be used for any position not specified, or if the 
# specified file is not found, can not be read, has an invalid format, etc.
# You must specify the full path to the files.

Button1 /usr/share/afterstep/desktop/icons/16bpp/asb9-gnu-button-thang.xpm
Button2 /usr/share/afterstep/desktop/icons/16bpp/asb9-term-linux.xpm
Button3 /usr/share/afterstep/desktop/icons/16bpp/asb9-netscape.xpm
Button4 /usr/share/afterstep/desktop/icons/16bpp/asb9-info2.xpm
Button5 /usr/share/afterstep/desktop/icons/16bpp/asb9-network.xpm
Button6 /usr/share/afterstep/desktop/icons/16bpp/asb9-wilbur.xpm
Button7 /usr/share/afterstep/desktop/icons/16bpp/asb9-filecabinet.xpm
Button8 /usr/share/afterstep/desktop/icons/16bpp/asb9-gear.xpm
Button9 /usr/share/afterstep/desktop/icons/16bpp/asb9-gnu-defaultapp.xpm

# XPM file to override default background image. Default size is 64x64.
#Backdrop /usr/share/afterstep/desktop/icons/16bpp/ASBBlockMarble.xpm

# The above don't need to be in any particular order.
# However, you will save a few CPU cycles if you list the image files
# after the programs to be called by the buttons, since the image files
# are only read at startup or refresh.
# This is the end of the configuration file
