A collection of custom C++ mods for Windhawk, the customization platform for Windows. These mods are designed to tweak, enhance, and optimize various aspects of the Windows UI and system behavior.
If you want to test these mods, use a pre-release version, or tweak the code yourself:
- Open Windhawk and click on "Create a new mod" in the top right corner.
- Delete the default template code.
- Copy the raw C++ code (
.cpp) from the mod you want in this repository. - Paste it into the Windhawk editor.
- Click Compile and then Save.
Contributions, bug reports, and feature requests are always welcome!
- Fork this repository.
- Clone it to your local machine.
- Make your changes or create a new mod. (Make sure to test it locally in Windhawk!)
- Open a Pull Request with a clear description of your changes.
If you encounter any bugs or have ideas for new features, please open an issue.
This project is licensed under the MIT License - see the LICENSE file for details. (Feel free to change this if you are using a different license, like GPLv3).