Re: parameters in menus?

2001-12-05 Thread Marco Fioretti
Dave, try to put everything inside single quotes: [exec] (edit menu) {'vi ~/.blackbox/menu'} I'm not sure it would work for all cases, though, Let us know, Marco On Wednesday 05 December 2001 13:42, Dave Price wrote: good morning! i am having a hard time figuring out how to

Re: parameters in menus?

2001-12-05 Thread Dave Price
On Wed, Dec 05, 2001 at 08:12:08AM -0600, Gino Peregrini wrote: Dave, I have this item in my menu. It works: [exec] (Edit Menu) {xterm -e vim .blackbox/menu} --I use vim rather than vi, but that shouldn't make a difference. And you can add options for color etc. And of course use

Pager, shortcuts and bbconf

2001-12-05 Thread Michael Williams
I've just installed Blackbox having been an fvwm2 user for some time. I was recommended it because it is extremely lightweight and my first impressions are that this is true - there is a noticable responsiveness increase over fvwm2 on this P166. I really like what I've seen so far. As well as the

Re: Pager, shortcuts and bbconf

2001-12-05 Thread Sean 'Shaleh' Perry
!** change mouse button action, !** button 1 = left mouse button, 2 middle, 3 right etc. !** you can define mutiple functions to a mouse button, like raise focus bbpager.desktopChangeButton:2 bbpager.windowMoveButton: 1 bbpager.windowFocusButton: 3

Re: parameters in menus?

2001-12-05 Thread Tim Keating
On Wed, 5 Dec 2001, Tomas Capdevila wrote: this works for me, some examples, they should stand in one line: [exec] (mutt-main) {xterm -ls -bg black -g 86x62 -fg grey -fn 9x15 +j -T mutt-main -sb -e /usr/bin/mutt} [exec] (xterm-pico) {xterm -ls -bg black -g 86x62 -fg grey -fn 9x15 +j

Variable support in menus?

2001-12-05 Thread Jamin W. Collins
What do you folks think about allowing for variables in the BB menus, or is this support already there? What I'm getting at is something to help condense repeative entries. For instance I have a few items in my menu file that look like the following: [exec] (Edit BB Menu) {rxvt -fn 6x13

Re: Variable support in menus?

2001-12-05 Thread Scott Moynes
Oh, god no! :) * Jamin W. Collins ([EMAIL PROTECTED]) wrote: What do you folks think about allowing for variables in the BB menus, or is this support already there? ... $RXVT_WARN = rxvt -fn 6x13 -geometry 25x3 -fg yellow -bg red [exec](Edit BB Menu) {$RXVT_WARN -title Edit BB Menu