diff options
-rw-r--r-- | .config/qtile/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |