Functions: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
Functions can be used to | Functions can be used to accomplish a wide range of tasks. Control actions that are run during the first time run (Init) or that are run after a restart. The basic syntax for a function is: | ||
<PRE> | <PRE> | ||
##### | ##### | ||
| Line 13: | Line 13: | ||
Read more: | Read more: | ||
https://www.fvwm.org/Wiki/Config/Functions/ | https://www.fvwm.org/Wiki/Config/Functions/ | ||
Revision as of 15:18, 7 July 2025
Functions can be used to accomplish a wide range of tasks. Control actions that are run during the first time run (Init) or that are run after a restart. The basic syntax for a function is:
##### # DestroyFunc FuncName # AddToFunc FuncName # + I (Action to happen Immediately) # + C (Action to happen on a mouse Click) # + D (Action to happen on a mouse Double click) # + H (Action to happen on a mouse Hold) # + M (Action to happen on a mouse Motion) ###########
Read more: https://www.fvwm.org/Wiki/Config/Functions/