Hi
On Sun, Jun 01, 2003 at 02:16:01PM -0700, Loren M Lang wrote:
> But recently I've been running into some
> difficulties I'd like to find a way to
> solve. One is some way to cause a key
> ...
> Also, my FvwmButtons with has my pager
> in it sometimes gets hidden, not a big deal
> since I can just right-click on the window
> titlebar to send it to the back, but
> sometimes I don't was to mess with the order
> of windows like sending an xterm behind my
> maximized browser and moving it would mean
> moving it back again so I could see the page.
I had a similar problem which i found a solution to
that works fine for me. I got the idea from someone I saw playing
battlefield 1942 or some kind of shoot'em up game, which had
a HUD (Human User Ding?) that cold be raised and lowered by clicking the right mouse
button. The HUD was used for changing weapon, etc.
I have used this idea for my pager, xload, buttonbar and iconthingy:
All of these thingies which are part of the user interface are named
UIsomething, i.e. UIPager, UIButtons etc. such that the following
function will raise lower them:
AddToFunc UIRaiseLower
+ I ALL (UI*) RaiseLower
With the following mappings pressing F12 or CTRL-Mouse3 will raise-lower
the UI.
Key F12 A N Function UIRaiseLower
Mouse 3 A C Function UIRaiseLower
Hope this also helps you!
Anders
--
To accuse others for one's own misfortunes is a sign of want of education.
To accuse oneself shows that one's education has begun. To accuse neither
oneself nor others shows that one's education is complete.
-- Epictetus
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Mon Jun 02 2003 - 18:49:40 BST