Files
PowerToys/doc/devdocs/modules/readme.md
2025-06-13 16:23:31 +02:00

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.

Other Modules

This section will be expanded with documentation for other PowerToys modules.

Adding New Module Documentation

When adding documentation for a new module:

  1. Create a dedicated markdown file for the module (e.g., modulename.md)
  2. If the module has specialized debugging tools, consider creating a separate tools document (e.g., modulename-tools.md)
  3. Update this index with links to the new documentation
  4. Follow the existing documentation structure for consistency