summaryrefslogtreecommitdiff
path: root/py_modules/lsfg_vk/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'py_modules/lsfg_vk/constants.py')
-rw-r--r--py_modules/lsfg_vk/constants.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/py_modules/lsfg_vk/constants.py b/py_modules/lsfg_vk/constants.py
index 5f1e5a2..252c7a5 100644
--- a/py_modules/lsfg_vk/constants.py
+++ b/py_modules/lsfg_vk/constants.py
@@ -8,9 +8,11 @@ from pathlib import Path
LOCAL_LIB = ".local/lib"
LOCAL_SHARE_BASE = ".local/share"
VULKAN_LAYER_DIR = ".local/share/vulkan/implicit_layer.d"
+CONFIG_DIR = ".config/lsfg-vk"
# File names
SCRIPT_NAME = "lsfg"
+CONFIG_FILENAME = "conf.toml"
LIB_FILENAME = "liblsfg-vk.so"
JSON_FILENAME = "VkLayer_LS_frame_generation.json"
ZIP_FILENAME = "lsfg-vk_archlinux.zip"