List of Functions: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
Functions can be | Functions are blocks of commands that can be executed as a single unit, often triggered by user actions or events. They allow for complex operations and customizations by grouping multiple actions together. Fvwm functions are defined using the AddToFunc command. This command creates a function and adds actions to it. Functions can be triggered by various events, such as key presses, mouse clicks, or even when windows are created or destroyed.<br> | ||
Read more: https://www.fvwm.org/Wiki/Config/Functions/ | |||
==Startup== | ==Startup== | ||
Latest revision as of 19:16, 11 July 2025
Functions are blocks of commands that can be executed as a single unit, often triggered by user actions or events. They allow for complex operations and customizations by grouping multiple actions together. Fvwm functions are defined using the AddToFunc command. This command creates a function and adds actions to it. Functions can be triggered by various events, such as key presses, mouse clicks, or even when windows are created or destroyed.
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 ..→ |


