mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-24 04:00:02 +01:00
1.1 KiB
1.1 KiB
PowerToys Modules
This section contains documentation for individual PowerToys modules, including their architecture, implementation details, and debugging tools.
Available Modules
FancyZones
FancyZones is a window manager utility that allows users to create custom layouts for organizing windows on their screen.
- FancyZones Architecture and Implementation - Details about the FancyZones architecture, components, and implementation
- FancyZones Debugging Tools - Information about specialized tools for debugging FancyZones
Other Modules
This section will be expanded with documentation for other PowerToys modules.
Adding New Module Documentation
When adding documentation for a new module:
- Create a dedicated markdown file for the module (e.g.,
modulename.md) - If the module has specialized debugging tools, consider creating a separate tools document (e.g.,
modulename-tools.md) - Update this index with links to the new documentation
- Follow the existing documentation structure for consistency