On Thu, May 30, 2019 at 5:22 PM Ronald F. Guilmette <r...@tristatelogic.com> wrote: > > > Other than the questions I've alreasdy posted, I just have one > more and then I think I'm done. If i can find a solution for > this and the others I've posted, then I think I'll be a happy > camper. > > On the new system I'm configuring, I'm running without any > .fvwmrc file in the home directory of the account that I start > X from. So I guess this means that Fvwm is picking up some > default .fvwmrc file from someplace. That's fine, and > whereever it is, and whatever it contains, it seems to -mostly- > fit my needs rather well, so I don't really need to diddle it... > much. I've got a nice traditional clock face, and a nice xbiff > thingy to tell me know when I have new mail. Perfect. But > just below those things there is an empty space. I would very > much like to place another xclock in that empty space as follows: >
The new location for the fvwm config file is $HOME/.fvwm/config If you are using a new version of fvwm it comes with a default theme, this is located in $PREFIX/share/fvwm/default-config (where $PREFIX is often /usr or /usr/local) If using the default-config, there is a script in the menu to copy the default config to $HOME/.fvwm/config and then you can just edit away. > xclock -digtal -strftime '%a %b %d %T' > > Can someone tell me how to do that? > Add this command to your StartFunction AddToFunc StartFunction I Test (Init) Exec exec xlock -digtal -strftime '%a %b %d %T' The test is just to ensure it is only run during the init (first start) And not after ever restart. You may find the wiki useful if looking up configs and tips https://fvwmforums.org/wiki/ jaimos