From da86ae9cd2af1968a96b4d452084785f227adb4f Mon Sep 17 00:00:00 2001 From: Dome Date: Wed, 23 Jul 2025 17:02:53 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 60c92eb..7e888b1 100644 --- a/README.md +++ b/README.md @@ -74,3 +74,15 @@ To prevent an application from being tiled, you can add its `WM_CLASS` to the `e To find an application's `WM_CLASS`, open a terminal and run the command `xprop WM_CLASS`. Your cursor will turn into a crosshair. Click on the window of the application you want to exclude. An Example of an exceptions.txt can be found in the repo. + +## Future Development + +This extension was built to solve a specific need. However, future enhancements could include: +* Multi-monitor support. +* Additional layout algorithms. +* A more detailed settings panel to configure gaps and other options via a GUI. + +## License + +This project is licensed under the MIT License - see the `LICENSE` file for details. +