List of Modules: Difference between revisions

From Fvwm Extensions (configs) Archive
Jump to navigation Jump to search
(Created page with "Modules are used for creating custom panels, docks, task managers, desktop switchers, etc. Read more: https://www.fvwm.org/Wiki/Modules ==View== <DPL> category=config category=module category=view debug=1 ordermethod = firstedit order = descending include=%0[350] format={|class=wikitable\n!Config\n!Description\n|-,\n|\n%TITLE%,\n|-,\n|} secseparators=\n|\n, </DPL> ==Panel== <DPL> category=config category=module category=panel debug=1 ordermethod = firstedit...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Modules are used for creating custom panels, docks, task managers, desktop switchers, etc. Read more: https://www.fvwm.org/Wiki/Modules
Modules are external programs that extend the functionality of the Fvwm window manager. They interact with Fvwm through a defined interface and can perform various tasks, such as managing windows, handling user input, and providing visual feedback.<br>
Read more: https://www.fvwm.org/Wiki/Modules
 
==View==
==View==
<DPL>
<DPL>
category=config
category=modules
category=module
category=view
category=view
debug=1
debug=1
ordermethod  = firstedit
ordermethod  = firstedit
order = descending
order = descending
include=%0[350]
include=%0[260]
format={|class=wikitable\n!Config\n!Description\n|-,\n|\n[[%PAGE%|%TITLE%]],\n|-,\n|}
format={|class=wikitable\n!Code\n!Description\n|-,\n|\n[[%PAGE%|%TITLE%]],\n|-,\n|}
secseparators=\n|\n,
secseparators=\n|\n,
</DPL>
</DPL>
Line 15: Line 16:
==Panel==
==Panel==
<DPL>
<DPL>
category=config
category=modules
category=module
category=panel
category=panel
debug=1
debug=1
ordermethod  = firstedit
ordermethod  = firstedit
order = descending
order = descending
include=%0[350]
include=%0[260]
format={|class=wikitable\n!Config\n!Description\n|-,\n|\n[[%PAGE%|%TITLE%]],\n|-,\n|}
format={|class=wikitable\n!Code\n!Description\n|-,\n|\n[[%PAGE%|%TITLE%]],\n|-,\n|}
secseparators=\n|\n,
secseparators=\n|\n,
</DPL>
</DPL>
Line 28: Line 28:
==Pager==
==Pager==
<DPL>
<DPL>
category=config
category=modules
category=module
category=pager
category=pager
debug=1
debug=1
ordermethod  = firstedit
ordermethod  = firstedit
order = descending
order = descending
include=%0[350]
include=%0[260]
format={|class=wikitable\n!Config\n!Description\n|-,\n|\n[[%PAGE%|%TITLE%]],\n|-,\n|}
format={|class=wikitable\n!Code\n!Description\n|-,\n|\n[[%PAGE%|%TITLE%]],\n|-,\n|}
secseparators=\n|\n,
secseparators=\n|\n,
</DPL>
</DPL>
Line 41: Line 40:
==Other==
==Other==
<DPL>
<DPL>
category=config
category=modules
category=module
category=other
category=other
debug=1
debug=1
ordermethod  = firstedit
ordermethod  = firstedit
order = descending
order = descending
include=%0[350]
include=%0[260]
format={|class=wikitable\n!Config\n!Description\n|-,\n|\n[[%PAGE%|%TITLE%]],\n|-,\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__

Latest revision as of 19:26, 11 July 2025

Modules are external programs that extend the functionality of the Fvwm window manager. They interact with Fvwm through a defined interface and can perform various tasks, such as managing windows, handling user input, and providing visual feedback.
Read more: https://www.fvwm.org/Wiki/Modules

View

Code Description

Window List

Image
Window List (modules) Generates a pop-up menu (and pops it up) in which the title and description of each of the windows currently on the desktop are shown.
## 
..→

Panel

Code Description

Control Panel

Image
Control Panel (modules) is made of FvwmButtons. A module that provides a window of buttons that can be used to build different types of panels. The window is ..→

Dash To Dock

Image
Dash To Dock (modules) is an application panel bar that can be moved to a different side of the screen to be pushed temporarily aside when working at a crowded ..→

Extended Right Panel

Image
Extended Right Panel (modules) is a a modified Right Panel of the default Fvwm.
## FILE 1: exRPanel.txt
## Modules

SetEnv logo-icon $[HOME]/.fvwm/icons
..→

Task Curve Panel

Image
Task Curve Panel (modules) is made of FvwmButtons. The main panel building modules that lays out a panel into a series of buttons, such as this task bar based on ..→

Task Flux Panel

Image
Task Flux Panel (modules) is made of FvwmButtons. The main panel building modules that lay out a panel into a series of buttons, such as this taskbar, based on ..→

Pager

Code Description

Control Pager

Image
Control Pager (modules) is made of FvwmButtons. Miniature view of desktops (2x4).
## FILE 1: controlPg.txt
## Modules

## Pager

# Virtual Desktop
DesktopSize 
..→

Pager 2x4

Image
Pager 2x4 (modules) is a miniature view of the desktops(2x4). The pager is used to change your view-port into the current desktop, to change desktops, or to move windows ..→

Pager 1x5

Image
Pager 1x5 (modules) is a miniature view of the desktops(1x5). This is a useful reminder of where your active windows are. The pager is used to change your viewport into the ..→

Other

Code Description

Calendar

Image
Calendar (modules) is made of FvwmButtons and a time/date script that is swallowed, which displays the current time and date. And the Yad script displays the calendar.
##
..→

Restart Shutdown

Image
Restart Shutdown (modules) is made of FvwmButtons contaner. Has four functions: Logout, Restart, Power-off and Cancel.
## FILE 1: restartSDown.txt
## 
..→

Wifi Sound Tray

Image
Wifi Sound Tray (modules) A simple wifi, sound and other loaded device icon holder.
## FILE 1: wifiSound.txt
## Modules

Module FvwmButtons WifiSnd

DestroyModul
..→