pyprland/pyprland/common.py
2023-04-27 21:14:27 +02:00

4 lines
118 B
Python

import os
DEBUG = os.environ.get("DEBUG", False)
CONFIG_FILE = os.path.expanduser("~/.config/hypr/scratchpads.json")