1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
# .wmbutton - Configuration file for wmbutton
# Last Modified 9/19/01
#
# Note: This is a very limited configuration, see /usr/share/doc/wmbutton/sample.wmbutton
# for a more exhaustive configuration file to be modified and copied to ~/.wmbutton
#
# Buttons are numbered as follows
# Left 1 2 3 Middle 11 12 13 Right 21 22 23
# button 4 5 6 button 14 15 16 button 24 25 26
# 7 8 9 17 18 19 27 28 29
#
1 xterm -geometry 80x25 -sb -T 'lynx' -fg black -bg white -e lynx &
# 11 konqueror&
# 21 netscape &
2 xterm -geometry 80x25 -sb -T 'term' -fg black -bg white &
# 12 xterm -geometry 80x45 -sb -T 'xterm' -fg black -bg grey20 &
# 22 rxvt -geometry 80x35 -T 'Rxvt' &
3 xterm -fg black -bg grey70 -T 'FTP' -e ftp &
# 13 gftp &
# 23 xterm -T 'ncftp' -e ncftp &
4 xterm -title 'New Mail:' -exec mailto -bg black -fg white -geometry 80x25+0+0 &
24 xterm -title 'Mails:' -exec mail -bg black -fg white -geometry 80x25+0+0 &
# 14 xterm -name elm -title elm -exec elm -y -bg black -fg white -geometry 81x58+0+0 &
# 24 nxterm -fg black -bg grey80 -T 'Pine' -e pine &
# 5 xterm -name slrn -title slrn -exec slrn -bg LightYellow -fg black -geometry 77x58+492+0 &
# 15 pan &
# 25 xterm -name tin -title tin -exec tin -bg LightYellow -fg black -geometry 77x58+492+0 &
# 6 xterm -name bitchX -title bitchX -exec bitchx -geometry 90x50+395+0 -bg black -fg white &
# 16 xchat &
# 26 xterm -name ircii -title ircii -exec ircii -geometry 90x50+395+0 -bg black -fg white &
7 xterm -fg white -bg black -T 'Editor' -e editor &
# 17 emacs &
# 27 nxterm -fg black -bg grey50 -T 'Pico Editor' -e pico -w &
# 8 gimp &
# 18 xpaint &
# 28 xv &
9 xterm -exec dselect &
29 nxterm -geometry 120x35 -fg black -bg grey70 -T 'WMButton Config Editor' -e editor ~/.wmbutton &
# The above don't need to be in any particular order.
# Repeated entries should be ignored
|