On 31 Mar 2003 23:25:02 +0200, David Vilar Torres wrote: > > To switch between the title bar at the top or at the bottom of the > current window I have the following lines in my config > > Mouse 0 8 A Current Style $n TitleAtTop > Mouse 0 0 A Current Style $n TitleAtBottom > > However the natural way would be to have a "toggleable" button (can you > say that?) that switches between both options. Is this possible (under > 2.4 preferibly)? I also have a similar pair of buttons for a "highlight > style" and it would be nice to join them into only one button.
This hopefully will give you a solution: http://www.hpc.uh.edu/fvwm/archive/0209/msg00404.html "toggleable" is an ok term, but it means toggle between 2 states. What you want is probably to toggle between 3 states, so this is not the best term. If you have 2 titlebar buttons just like now, you may make them look toggleable if you use: Style * MwmButtons ButtonStyle 8 - MwmDecorLayer 6 ButtonStyle 0 - MwmDecorLayer 2 Regards, Mikhael. -- 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 [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]
