Re: FVWM: question

2009-02-18 Thread Thomas Adam
2009/2/18 PALAIA, FRANK J, ATTSI : > Hello folks, > I'm new to fvwm and have a question > > Currently in my .xinitrc file I have the following > > fvwm-themes-start & > xterm $(XT_GEOM)+0+$(XT_Y0 $XT_ARGS & > xterm $(XT_GEOM)+540+$(XT_Y) $XT_ARGS & > etc. Several people have said rearrange that s

Re: FVWM: question

2009-02-18 Thread Jesús Guerrero
You could as well capture the PID and then wait. Then you can launch the apps in whatever order you wish. Sample below, look at $wm_pid. = wm=fvwm #export KDE_SESSION_VERSION=4 xrdb -merge ~/.Xdefaults random_wallpaper.sh xsetroot -cursor_name left_ptr $

Re: FVWM: question

2009-02-18 Thread Emilie Ann Phillips
On Wed, Feb 18, 2009 at 11:22, PALAIA, FRANK J, ATTSI wrote: > Hello folks, > I'm new to fvwm and have a question > > Currently in my .xinitrc file I have the following > > fvwm-themes-start & > xterm $(XT_GEOM)+0+$(XT_Y0 $XT_ARGS & > xterm $(XT_GEOM)+540+$(XT_Y) $XT_ARGS & > etc. X will termina

Re: FVWM: question

2009-02-18 Thread Ken Kwasnicki
PALAIA, FRANK J, ATTSI wrote: Hello folks, I'm new to fvwm and have a question Currently in my .xinitrc file I have the following fvwm-themes-start & xterm $(XT_GEOM)+0+$(XT_Y0 $XT_ARGS & xterm $(XT_GEOM)+540+$(XT_Y) $XT_ARGS & etc. Its an easy way for me to space the windows and specify the

FVWM: question

2009-02-18 Thread PALAIA, FRANK J, ATTSI
Hello folks, I'm new to fvwm and have a question Currently in my .xinitrc file I have the following fvwm-themes-start & xterm $(XT_GEOM)+0+$(XT_Y0 $XT_ARGS & xterm $(XT_GEOM)+540+$(XT_Y) $XT_ARGS & etc. Its an easy way for me to space the windows and specify the xterm args in one line. Anyway,