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
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
$
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
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
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,