diff --git a/Scripting.md b/Scripting.md index 8d9509d..a25d30a 100644 --- a/Scripting.md +++ b/Scripting.md @@ -417,6 +417,11 @@ def script_unload(): # Omitted on this wiki page for brevity! ``` +# Other examples: + +* An alternative to the "Cursor" condition type for Wayland based systems: +https://github.com/achow101/obs-avss-kwin-cursor/blob/main/kwin-cursor.py + # General remarks Note that if you should choose to unload the scripts, which define custom macro segments, while custom macro segments are still in use, the plugin will no longer be able to query settings of those custom macro segments.