From 4a1c5fe89e8fb792a084713a9d9b692d140f696d Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Wed, 25 Sep 2024 08:51:06 +0200 Subject: [PATCH] Updated Scripting (markdown) --- Scripting.md | 5 +++++ 1 file changed, 5 insertions(+) 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.