summaryrefslogtreecommitdiff
path: root/paths.py
diff options
context:
space:
mode:
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'
+ }