From 16aaceacb02d39fdc9854feb7a053fb8e9c5b847 Mon Sep 17 00:00:00 2001 From: ThanosApollo Date: Sat, 13 Aug 2022 15:10:11 +0300 Subject: comment autostart --- .config/qtile/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 83247b3..316018a 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -454,7 +454,7 @@ screens = init_screens() @hook.subscribe.startup_once def start_once(): autostart_path = os.path.expanduser('~/.config/autostart/setup.sh') - subprocess.run([autostart_path]) + #subprocess.run([autostart_path]) -- cgit v1.2.3