diff --git a/pyprland/common.py b/pyprland/common.py index f09cc99..0c6d0f9 100644 --- a/pyprland/common.py +++ b/pyprland/common.py @@ -1,4 +1,3 @@ import os DEBUG = os.environ.get("DEBUG", False) -CONFIG_FILE = os.path.expanduser("~/.config/hypr/scratchpads.json")