5 lines
114 B
Python
Raw Normal View History

2022-12-10 17:09:35 -08:00
from os import path
# Define the path for qtile
qtile_path = path.join(path.expanduser('~'), ".config", "qtile")