diff options
author | ThanosApollo <[email protected]> | 2022-08-13 15:10:11 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-08-13 15:10:11 +0300 |
commit | 16aaceacb02d39fdc9854feb7a053fb8e9c5b847 (patch) | |
tree | 812b94db2eb06fc7bf6c3e5c3cc04c563879a518 | |
parent | ef68e2ad4bc7a415ff2faca5a381e197e4c798df (diff) |
comment autostart
-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]) |