Hi Frank,
> Is there another way to enlarge a window while shaded? Can I add a
> border for this state only? Or can I set 'Title' for shade windows
> only?
How about something like:
AddToFunc MyWinShade
+ I ThisWindow WindowStyle Title
+ I ThisWindow WindowShade True
AddToFunc MyWinShadeOff
+ I ThisWindow WindowStyle NoTitle
+ I ThisWindow WindowShade False
Key G A M MyWinShade
Key H A M MyWinShadeOff
Now Alt-G will shade the window & add a title, & Alt-H will unshade the
window & remove the title.
Of course, you can bind to mouse buttons instead of keys.
> And: is there anything fvwm can't do?
Usually not when Dominik is around. :)
SCoTT. :)
--
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 Thu Nov 04 2004 - 20:44:02 GMT