Howto Hide/show decor(s) in FVWM

Sometimes, I need to hide the decors from windows, like video players. So here is some simple scripts to show/hide them easily.

# Hit alt+k to hide, alt+l to show them again
Key K A         M       HideDecors
Key L A         M       ShowDecors

# and here is my specials functions
DestroyFunc HideDecors
AddToFunc HideDecors
+ "I" WindowStyle NoTitle

DestroyFunc ShowDecors
AddToFunc ShowDecors
+ "I" WindowStyle !NoTitle

Haut de page