summaryrefslogtreecommitdiff
path: root/paths.py
diff options
context:
space:
mode:
authorChandler Justice <chandler@cock.li>2023-11-23 11:46:41 -0700
committerChandler Justice <chandler@cock.li>2023-11-23 11:46:41 -0700
commit0dffd519ce39f497c976ff384ed8ad79f49b5404 (patch)
tree0408124971d008cde12f53944e8a4634489bf328 /paths.py
parent08c87dc3c1eb33027889c64ee00e4e5ecce82206 (diff)
working implementationgit add .!
Diffstat (limited to 'paths.py')
-rw-r--r--paths.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/paths.py b/paths.py
new file mode 100644
index 0000000..034a025
--- /dev/null
+++ b/paths.py
@@ -0,0 +1,4 @@
+Paths = {
+ 'i3': '/home/chandler/.config/i3/config',
+ 'polybar': '/home/chandler/.config/polybar/config.ini'
+ }