summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-11 21:38:16 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-11 21:38:16 -0400
commit7b9323b6b1d7de349f1b474ed580d6ff70ea49b8 (patch)
tree77a9d67329590649ea0e5c1f82027a8624898198 /main.py
parent61a0766224a2395f12dff41e09a2f8e78fe71dbe (diff)
downloaddecky-lsfg-vk-7b9323b6b1d7de349f1b474ed580d6ff70ea49b8.tar.gz
decky-lsfg-vk-7b9323b6b1d7de349f1b474ed580d6ff70ea49b8.zip
fix script pass through
Diffstat (limited to 'main.py')
-rw-r--r--main.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.py b/main.py
index 11ed939..64412b5 100644
--- a/main.py
+++ b/main.py
@@ -64,6 +64,9 @@ export LSFG_MULTIPLIER=2
export LSFG_FLOW_SCALE=1.0
# export LSFG_HDR=1
# export MESA_VK_WSI_PRESENT_MODE=immediate # - disable vsync
+
+# Execute the passed command with the environment variables set
+exec "$@"
"""
with open(lsfg_script_path, 'w') as script_file: