From 3858306acd6ebf93ee826a1c161d3096f6b0bf35 Mon Sep 17 00:00:00 2001 From: Mateja Date: Sat, 1 May 2021 17:31:51 +0200 Subject: Use `.xprofile` instead of `autostart.sh`. --- .config/qtile/config.py | 6 ------ 1 file changed, 6 deletions(-) (limited to '.config/qtile/config.py') 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%+"), -- cgit v1.2.3