aboutsummaryrefslogtreecommitdiff
path: root/.config/qtile/config.py
diff options
context:
space:
mode:
Diffstat (limited to '.config/qtile/config.py')
-rw-r--r--.config/qtile/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/qtile/config.py b/.config/qtile/config.py
index e7b2f89..878ddd6 100644
--- a/.config/qtile/config.py
+++ b/.config/qtile/config.py
@@ -14,7 +14,7 @@ terminal = "st -e tmux"
@hook.subscribe.startup_once
def autostart():
- home = os.path.expanduser('~/.config/qtile/autostart.sh')
+ home = os.path.expanduser('~/.local/bin/autostart.sh')
subprocess.call([home])