5 lines
114 B
Python

from os import path
# Define the path for qtile
qtile_path = path.join(path.expanduser('~'), ".config", "qtile")