List of Styles: Difference between revisions

From Fvwm Extensions (configs) Archive
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Styles are options that can be applied to one, many or all windows. A Style is applied to all windows whose name, title, class or resource matches the stylename. Read more: https://www.fvwm.org/Wiki/Config/Style/
Styles, defined in the configuration file, control the appearance and behavior of windows and other elements within the Fvwm window manager. They allow for customization of window decorations, focus behavior, and more. Matching window properties, such as name, class, or resource, allows for targeted styling.<br>
Read more: https://www.fvwm.org/Wiki/Config/Style/
 
==Border==
==Border==
<DPL>
<DPL>
Line 8: Line 10:
order = descending
order = descending
include=%0[250]
include=%0[250]
format={|class=wikitable\n!Script\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 20: Line 22:
order = descending
order = descending
include=%0[250]
include=%0[250]
format={|class=wikitable\n!Script\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 32: Line 34:
order = descending
order = descending
include=%0[250]
include=%0[250]
format={|class=wikitable\n!Script\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 44: Line 46:
order = descending
order = descending
include=%0[250]
include=%0[250]
format={|class=wikitable\n!Script\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:18, 11 July 2025

Styles, defined in the configuration file, control the appearance and behavior of windows and other elements within the Fvwm window manager. They allow for customization of window decorations, focus behavior, and more. Matching window properties, such as name, class, or resource, allows for targeted styling.
Read more: https://www.fvwm.org/Wiki/Config/Style/

Border

Code Description

Border Style

Image
Border Style (style) are similar to TitleStyle and ButtonStyle but have far fewer options.
## FILE 1: borderStyle.txt
## Styles

## Decoration 
..→

Color/Shape

Code Description

Menu Blue

Image
Menu Blue (styles) is similar to Styles, so all the menus look the same, such as this Blue Menu.
## FILE 1: mBlue.txt
## Styles
## Color and shape for 
..→

Margin


Other