FVWM: Re: Centering swallowed apps? || What clock, volume control?

2003-04-20 Thread parv
in message [EMAIL PROTECTED], wrote Felix E. Klee thusly... Currently, I'm using wmmixer and wmclock (those are dockable applets for Window Maker). Me too (only the mixer)... However, they are not centered in the corresponding buttons. I already tried specifying -geometry but that isn't

Re: FVWM: Making an app pop up on the desk where it was started?

2003-04-20 Thread Felix E. Klee
On Sunday 20 April 2003 00:58, Mikhael Goikhman wrote: when I start an application on a certain desktop, say 1, and switch to another desktop, say 2, I find it annoying that the application pops up on desktop 2. Is there a setting to force all applications and their child windows to appear

Re: FVWM: Making an app pop up on the desk where it was started?

2003-04-20 Thread Simon Matthews
* Felix E. Klee ([EMAIL PROTECTED]) [030420 09:45]: On Sunday 20 April 2003 00:58, Mikhael Goikhman wrote: when I start an application on a certain desktop, say 1, and switch to another desktop, say 2, I find it annoying that the application pops up on desktop 2. Is there a setting to

FVWM: Re: Centering swallowed apps? || What clock, volume control?

2003-04-20 Thread Felix E. Klee
On Sunday 20 April 2003 07:18, parv wrote: What swallowable apps do you recommend to use as a volume control and clock? I like wmmixer very much; i tried some others but not any one of them were any more impressive -- in terms of small binary size dependencies, and ease of placement --

Re: FVWM: Centering swallowed apps? || What clock, volume control?

2003-04-20 Thread Felix E. Klee
On Saturday 19 April 2003 22:07, Felix E. Klee wrote: Therefore my question: Is it possible to center a swallowed app in an FvwmButtons button? Stupid me - padding is the way to go. At least when the applets are smaller than the buttons then this works fine. Felix -- To contact me

Re: FVWM: Centering swallowed apps? || What clock, volume control?

2003-04-20 Thread Mikhael Goikhman
On 19 Apr 2003 22:07:13 +0200, Felix E. Klee wrote: I want to add a volume control and a clock to an FvwmButtons panel. Currently, I'm using wmmixer and wmclock (those are dockable applets for Window Maker). However, they are not centered in the corresponding buttons. I already tried

Re: FVWM: Centering swallowed apps? || What clock, volume control?

2003-04-20 Thread Alex Wallis
Felix E. Klee wrote: Hi, I want to add a volume control and a clock to an FvwmButtons panel. Currently, I'm using wmmixer and wmclock (those are dockable applets for Window Maker). However, they are not centered in the corresponding buttons. I already tried specifying -geometry but that

FVWM: Re: Redhat 8.0 quirks

2003-04-20 Thread Alex Wallis
Peter Olsen wrote: Hello, I have just installed fvwm 2.5.6 on my RedHat 8 system, but I have this strange problem. The fonts are virtually unreadable. I can read the font on the buttonbar, but the menu which pops up when I press the start button is almost unreadable. The same goes for the

Re: FVWM: Making an app pop up on the desk where it was started?

2003-04-20 Thread Mikhael Goikhman
On 20 Apr 2003 10:43:33 +0200, Felix E. Klee wrote: On Sunday 20 April 2003 00:58, Mikhael Goikhman wrote: when I start an application on a certain desktop, say 1, and switch to another desktop, say 2, I find it annoying that the application pops up on desktop 2. Is there a setting to

RE: FVWM: title bar position

2003-04-20 Thread Marc Dirix
Thanks! IzNoGood -Oorspronkelijk bericht- Van: Mikhael Goikhman [mailto:[EMAIL PROTECTED] Verzonden: zondag 20 april 2003 0:49 Aan: Marc Dirix CC: FVWM Onderwerp: Re: FVWM: title bar position On 19 Apr 2003 23:53:58 +0200, Marc Dirix wrote: I was wondering, if there is an option to

Re: FVWM: Making an app pop up on the desk where it was started?

2003-04-20 Thread Felix E. Klee
On Sunday 20 April 2003 11:04, Simon Matthews wrote: I have no idea if the applications you are trying to use it with support -xrm, but in theory ... (ie completely untested): DestroyFunc DExec AddToFunc DExec + I Exec $0 -xrm *Desk:$[desk.n] $1 if you call it using: DExec xterm -e mutt

Re: FVWM: Making an app pop up on the desk where it was started?

2003-04-20 Thread Felix E. Klee
On Sunday 20 April 2003 15:00, Mikhael Goikhman wrote: Hm, many apps don't support that hint. But I forged a function that might be usable as a replacement for Exec: DestroyFunc DExec AddToFunc DExec + I Style $0 StartsOnDesk $[desk.n], SkipMapping + I Exec $0 But

Re: FVWM: Making an app pop up on the desk where it was started?

2003-04-20 Thread Mikhael Goikhman
On 20 Apr 2003 17:45:21 +0200, Felix E. Klee wrote: On Sunday 20 April 2003 15:00, Mikhael Goikhman wrote: Hm, many apps don't support that hint. But I forged a function that might be usable as a replacement for Exec: DestroyFunc DExec AddToFunc DExec + I Style $0

Re: FVWM: Making an app pop up on the desk where it was started?

2003-04-20 Thread Felix E. Klee
On Sunday 20 April 2003 18:27, Mikhael Goikhman wrote: It's quite simple: Under KDE when I start an application on a certain desktop, say 2, and switch to another desktop, say 1, then, after being loaded, the application will pop up on desktop 2 without interrupting me working on desktop

FVWM: desktop wheel scroll

2003-04-20 Thread Catherine Luedecker
I hope that I didnt miss this somewhere. I have not been able to figure out how to use the mouse wheel to scroll to a new desktop like in fluxbox. I have been thumbing thrue the man pages but I perhaps I over looked it. Thank you! Cat -- Visit the official FVWM web page at URL:

FVWM: Arithmetics?

2003-04-20 Thread Felix E. Klee
Hi, I want to do a lot of realtime (i.e. M4 is not an option) arithmetics in .fvwm2rc. Currently I'm using expressions like PipeRead `let x=$[FVWM_A]*$[FVWM_B]; printf SetEnv FVWM_C $$x` This has two advantages: 1. It is not very readable 2. It depends on the shell I'm using Are

Re: FVWM: Arithmetics?

2003-04-20 Thread Felix E. Klee
I found a simple solution that makes arithmetics more readable, at least: DestroyFunc Let AddToFunc Let + I PipeRead `bash -c 'let FVWM_LET_TMP=$1; printf SetEnv $0 FVWM_LET_TMP'` That way I can easily write complicated arithmetic expressions, eg. Let FVWM_TMP ($[desk.n] =

Re: FVWM: Arithmetics?

2003-04-20 Thread Felix E. Klee
On Sunday 20 April 2003 21:35, Mikhael Goikhman wrote: Use FvwmPerl in 2.5.x for arithmetics and string operations: Thanks, that's also a possibility. FvwmPerl SendToModule FvwmPerl eval $c = AnimatedMove; $n = 50; SendToModule FvwmPerl eval cmd(Current $c . ($n / 2) . 10p)

Re: FVWM: desktop wheel scroll

2003-04-20 Thread Ben Winslow
On Sun, 2003-04-20 at 13:40, Catherine Luedecker wrote: I hope that I didnt miss this somewhere. I have not been able to figure out how to use the mouse wheel to scroll to a new desktop like in fluxbox. I have been thumbing thrue the man pages but I perhaps I over looked it. Thank

FVWM: Re: Centering swallowed apps? || What clock, volume control?

2003-04-20 Thread parv
in message [EMAIL PROTECTED], wrote Felix E. Klee thusly... I use watch date in an rxvt now: *FvwmButtons: (1x1+11 Swallow(UseOld,NoHints) Clock Applet `Exec exec rxvt -bg grey35 -fg black -cr grey35 +sb -geometry 8x4 -T Clock Applet -e watch --no-title -n 1 'date +%T%n%e. %b.

FVWM: Re: your email without a subject

2003-04-20 Thread Peter Olsen
Hello, Thanks for the replies I got :-) I have fixed the problem. I don't know exectly what caused this problem, but after experimenting with some setups I suddently got readable fonts. Sorry for not being more specific in my initial post about this subject, but I'm very new to Fvwm.

Re: FVWM: Arithmetics?

2003-04-20 Thread Mikhael Goikhman
On 20 Apr 2003 22:34:23 +0200, Felix E. Klee wrote: Hm, don't you consider Perl a separate process? In addition, don't I need environment variables to interface with perl? I mean that when you start one FvwmPerl process together with fvwm, there are 0 forks per line. And when you invoke

Switching to the new web design

2003-04-20 Thread Mikhael Goikhman
All pages seem to be converted. The new design is pretty usable now although it does not have yet all planned extra features. Please test it at http://fvwm.org/index.php I think we may make it the default today. The old pages may still be here, but they should be removed in some near future

CVS migo fvwm-web:

2003-04-20 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm-web Changes by: migo03/04/20 15:05:53 fvwm-web/logo-competition/logos Update of /home/cvs/fvwm/fvwm-web/logo-competition/logos In directory util1.math.uh.edu:/tmp/cvs-serv16250/logos Log Message: Directory

CVS migo fvwm-web:

2003-04-20 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm-web Changes by: migo03/04/20 15:06:06 fvwm-web/logo-competition/logos/old Update of /home/cvs/fvwm/fvwm-web/logo-competition/logos/old In directory util1.math.uh.edu:/tmp/cvs-serv16276/logos/old Log Message: Directory

CVS migo fvwm-web: * added forgotten file

2003-04-20 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm-web Changes by: migo03/04/20 15:11:40 Modified files: . : layout_default.inc navgen_write : navigation.inc Added files: documentation/perllib: perllib2php Log message: * added forgotten file --

CVS migo fvwm-web: * added old logos from the previous competition

2003-04-20 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm-web Changes by: migo03/04/20 15:15:23 Modified files: . : ChangeLog logo-competition: index.php rules.php Added files: logo-competition: logos_new.php logos_new_overview.png

CVS migo fvwm-web: * last fixes and improvements

2003-04-20 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm-web Changes by: migo03/04/20 22:05:43 Modified files: . : .htaccess ChangeLog index.php layout_default.inc layout_plain.inc documentation/manpages: index.php fvwm-cats

CVS migo fvwm-web: * disable php by default for now until Internal Error 500 is fixed

2003-04-20 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm-web Changes by: migo03/04/20 22:30:16 Modified files: . : .htaccess Log message: * disable php by default for now until Internal Error 500 is fixed -- Visit the official FVWM web page at URL:http://www.fvwm.org/.

CVS migo fvwm-web: * one more try

2003-04-20 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm-web Changes by: migo03/04/20 22:45:13 Modified files: . : .htaccess Log message: * one more try -- Visit the official FVWM web page at URL:http://www.fvwm.org/. To unsubscribe from the list, send unsubscribe