Steve Clarke <[EMAIL PROTECTED]> wrote:
> At 09:23 AM 10/12/2001 -0500, you wrote:
> >Sean 'Shaleh' Perry <[EMAIL PROTECTED]> wrote:
> >
> >> The menu represents a chunk of code and there are programs that will
> >display a
> >> menu so maybe I should remove the menu from blackbox?
> >
> >As a matter of fact, I would like that a lot. I don't use the menu
> >_ever_, so if it could be a compile-time option...
> You're joking.. right? ;P
Not really:
[jschauma@www jschauma]$ cat .xinitrc
exec /home/jschauma/bin/startbb
[jschauma@www jschauma]$ cat bin/startbb
#!/bin/bash
imwheel -k &
xhost +localhost
xscreensaver &
xset dpms 0 1200 2400
rxvt -ls -g 85x45 -T E-Mail -e mutt &
rxvt -ls -g 85x45 -T News -e slrn &
#rxvt -ls -g 125x45+0+68&
wmnet -w&
licq&
xsetroot -cursor_name X_cursor
xconsole -geometry 1035x35+100+0 -file /var/log/apache/access.log &
xset m 20/10 4
bbpager &
bbkeys -i &
bbmail -c /home/jschauma/.bbmailrc &
/usr/bin/bbweather -g +110-0 -c -t 20 -u 20 KNYC&
exec blackbox
[jschauma@www jschauma]$ cat .bbkeysrc
# bbkeys config file, automagically generated by bbconf.
KeyToGrab(KP_Add), WithModifier(Control), WithAction(MaximizeWindow)
KeyToGrab(Up), WithModifier(Control+Shift), WithAction(BigNudgeUp)
KeyToGrab(Down), WithModifier(Control+Shift), WithAction(BigNudgeDown)
KeyToGrab(Left), WithModifier(Control+Shift), WithAction(BigNudgeLeft)
KeyToGrab(Right), WithModifier(Control+Shift), WithAction(BigNudgeRight)
KeyToGrab(Tab), WithModifier(Mod1), WithAction(NextWindow)
KeyToGrab(Tab), WithModifier(Mod1+Shift), WithAction(PrevWindow)
KeyToGrab(Up), WithModifier(Control+Mod1), WithAction(UpWorkspace)
KeyToGrab(Down), WithModifier(Control+Mod1), WithAction(DownWorkspace)
KeyToGrab(Left), WithModifier(Control+Mod1), WithAction(LeftWorkspace)
KeyToGrab(Right), WithModifier(Control+Mod1), WithAction(RightWorkspace)
KeyToGrab(l), WithModifier(Mod1), WithAction(ExecCommand),
DoThis(bblaunch -h -v rxvt -ls -T Web -e links)
KeyToGrab(t), WithModifier(Mod1), WithAction(ExecCommand),
DoThis(rxvt -bg black -fg wheat -ls)
KeyToGrab(s), WithModifier(Mod1), WithAction(ExecCommand),
DoThis(rxvt -bg black -fg wheat -ls -T News -g 85x45 -e slrn)
KeyToGrab(m), WithModifier(Mod1), WithAction(ExecCommand),
DoThis(rxvt -bg black -fg wheat -ls -T E-Mail -g 85x45 -e mutt)
KeyToGrab(F12), WithModifier(Control), WithAction(ExecCommand),
DoThis(kill `ps h -C blackbox -o "%p"`)
KeyToGrab(F1), WithModifier(Mod1), WithAction(ExecCommand),
DoThis(konqueror&)
KeyToGrab(F2), WithModifier(Mod1), WithAction(ExecCommand),
DoThis(/usr/bin/X11/navigator&)
[jschauma@www jschauma]$
What would I need the menu for?
-Jan
--
http://www.netmeister.org
http://guinness.cs.stevens-tech.edu/~jschauma/