5 lines
114 B
Python
Raw Normal View History

2021-01-23 16:10:15 -08:00
from os import path
# Define the path for qtile
qtile_path = path.join(path.expanduser('~'), ".config", "qtile")