On Wed, Feb 23, 2000 at 05:22:09AM -0000, Danny Dulai wrote:
> any way to toggle a style?
>
> Right now I have a key bound to hide the window title, and a diff key bound
> to showing it.
>
> Is there a way I can toggle it with one key?
>
> AddToFunc showtitle "I" Pick Style $n Title
> AddToFunc hidetitle "I" Pick Style $n NoTitle
>
I haven't tried this but how about
AddToFunc showtitle "I" Pick Style $n Title
AddToFunc showtitle "I" Key a WSFT C hidetitle
AddToFunc hidetitle "I" Pick Style $n NoTitle
AddToFunc hidetitle "I" Key a WSFT C showtitle
of course changign key_sym and modifier to whatever you want.
Brad
--
--- There are two kinds of knowledge, you either know the answer or
you know where to find it
-Kane, Johnson, and anonymous
--
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 Wed Feb 23 2000 - 21:22:34 GMT