From edb9334970d7dd98c8933a68754f0b724286e199 Mon Sep 17 00:00:00 2001 From: fdev31 Date: Tue, 16 May 2023 21:37:15 +0200 Subject: [PATCH] get rid of stale code --- pyprland/common.py | 1 - 1 file changed, 1 deletion(-) 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")