diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-11 21:38:16 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-11 21:38:16 -0400 |
| commit | 7b9323b6b1d7de349f1b474ed580d6ff70ea49b8 (patch) | |
| tree | 77a9d67329590649ea0e5c1f82027a8624898198 /main.py | |
| parent | 61a0766224a2395f12dff41e09a2f8e78fe71dbe (diff) | |
| download | decky-lsfg-vk-7b9323b6b1d7de349f1b474ed580d6ff70ea49b8.tar.gz decky-lsfg-vk-7b9323b6b1d7de349f1b474ed580d6ff70ea49b8.zip | |
fix script pass through
Diffstat (limited to 'main.py')
| -rw-r--r-- | main.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |
