List of Functions: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
order = descending | order = descending | ||
include=%0[260] | include=%0[260] | ||
format={|class=wikitable\n! | format={|class=wikitable\n!Code\n!Description\n|-,\n|\n[[%PAGE%|%TITLE%]],\n|-,\n|} | ||
secseparators=\n|\n, | secseparators=\n|\n, | ||
</DPL> | </DPL> | ||
| Line 21: | Line 21: | ||
order = descending | order = descending | ||
include=%0[260] | include=%0[260] | ||
format={|class=wikitable\n! | format={|class=wikitable\n!Code\n!Description\n|-,\n|\n[[%PAGE%|%TITLE%]],\n|-,\n|} | ||
secseparators=\n|\n, | secseparators=\n|\n, | ||
</DPL> | </DPL> | ||
__NOTOC____NOEDITSECTION__ | __NOTOC____NOEDITSECTION__ | ||
Revision as of 08:27, 11 July 2025
Functions can be called by FVWM through various parts of the config. Provides a number of functions to start modules or applications when initialising, restarting, or exiting the window manager. Read more: https://www.fvwm.org/Wiki/Config/Functions/
Startup
| Code | Description |
|---|---|
Window Position (functions) runs after Fvwm has loaded. It places the window or dialog box on the desk that is convenient for the user.
## FILE 1:..→ | |
| Init Manager (functions) runs after Fvwm has loaded. It is placed at the beginning of ~/.fvwm/config or local.config. This script starts wifi, screen brightness ..→ |
Action
| Code | Description |
|---|---|
| Expose List (functions) use the tools from ImageMagick to take screenshots of an open window and then use it for an icon. Inspired by Taviso’s WindowList function – ..→ | |
| Desk Launcher (functions) is an application launcher. Normally, an icon represents a minimized application. If you want to turn that around, launch functions or ..→ | |
| Auto Hide Windows (functions) allows withdrawing a window to a location where it does not use precious desktop space. Simply add any windows you like to the ..→ | |
|
Window Thumbnail (functions) take a screenshot of an application window when it’s iconified, resize it, and use it as the application’s icon.
Needs ImageMagick and ..→ | |
| Page Indicator (functions) a horizontal Desk and page indicator shows the desk number and indicates which page is currently being displayed. Requires a mouse ..→ | |
| Auto Move Windows (functions) allows you to set applications to load in pre-assigned pages (workspaces) rather in the currently active page. Inspired by Gnome ..→ |


