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.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/.config/qtile/config.py b/.config/qtile/config.py
index 878ddd6..dedfe6c 100644
--- a/.config/qtile/config.py
+++ b/.config/qtile/config.py
@@ -12,12 +12,6 @@ mod = "mod4"
terminal = "st -e tmux"
-@hook.subscribe.startup_once
-def autostart():
- home = os.path.expanduser('~/.local/bin/autostart.sh')
- subprocess.call([home])
-
-
keys = [
# Audio
Key([mod], "h", lazy.spawn("amixer -q sset Master 1%+"),