Viktor Griph wrote:
2009/7/18 Michael Talbot-Wilson <[email protected]>:
I'd like the pager miniatures to be headed with the word "World"
replacing "Desk", i.e. "World 0", "World 1" and so on.
Is there any straightforward way to do this? Some point in the source
code to check out? Is the word "Desk" hardwired or is there a
configuration that would do it? Where do I start?
There is no way to simply replace the "Desk" prefix with something
else from configuration. You may however use the DesktopName command
to rename individual desks. "Desk %s" is hardwired in FvwmPager.c.
Look up the DesktopName command, you can name all of your desktops. The
names you get are just the default ones if you haven't set any names.
You will have to set each desks name you want though, and it won't
atomically extend the names if you add more desks dynamically.
jaimos