diff --git a/.gitignore b/.gitignore index 68bc17f..503404e 100644 --- a/.gitignore +++ b/.gitignore @@ -158,3 +158,5 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +VERSION \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..32a8917 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# GnomeWindowCalls + +A plugin for controlling GNOME windows in StreamController. + +## Actions + +- **Status**: Displays information about matching windows including position, size, and window class details. +- **Move**: Moves windows matching the specified criteria to a configured X and Y position on screen. +- **Resize**: Resizes windows matching the specified criteria to a configured width and height. +- **MoveResize**: Combines move and resize functionality to reposition and resize matching windows in a single action. + +For more information checkout [the docs](https://streamcontroller.github.io/docs/latest/).