# .asbuttonrc - configuration file for asbutton
#  
# this one is setup for four button mode...

# Buttons are numbered as follows
#	1 2 3      1 2
#	4 5 6  OR  3 4
#	7 8 9
#  
#  Mouse button two (usually middle):
#  10 11 12   5 6
#  13 14 15   7 8
#  16 17 18
#  19 20 21
#
#  Mouse button three continues the pattern...
#    Note: Not usable when docked in wharf =(

# first button
1  sh -c "qps || xterm -T 'top' -n 'top' -e top" &
5  rxvt -T 'top' -n 'top' -e top &
9  xosview &

# second button
2  sh -c "rxvt || xterm || xiterm || eterm || aterm" &
6  xterm &
10 xiterm &

# third button
3  sh -c "gimp || xpaint || xv" &
7  xpaint &

# fourth button
4  sh -c "netscape || rxvt -T 'lynx' -n 'lynx' -e lynx" &
8  rxvt -T 'lynx' -n 'lynx' -e lynx &

# 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/asb4-info2.xpm
Button2 /usr/share/afterstep/desktop/icons/16bpp/asb4-term-linux.xpm
Button3 /usr/share/afterstep/desktop/icons/16bpp/asb4-wilbur.xpm
Button4 /usr/share/afterstep/desktop/icons/16bpp/asb4-netscape.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
