4 lines
86 B
Python
4 lines
86 B
Python
from os import path
|
|
|
|
qtile_path = path.join(path.expanduser('~'), ".config", "qtile")
|