mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
5 lines
114 B
Python
5 lines
114 B
Python
from os import path
|
|
|
|
# Define the path for qtile
|
|
qtile_path = path.join(path.expanduser('~'), ".config", "qtile")
|