diff --git a/.config/qtile/README.org b/.config/qtile/README.org index 8f58c33..f0b87d2 100644 --- a/.config/qtile/README.org +++ b/.config/qtile/README.org @@ -653,7 +653,7 @@ Executes a bash script (autostart.sh) which launches programs for autostart. @hook.subscribe.startup_once def start_once(): home = os.path.expanduser('~') - subprocess.call([home + '/.config/qtile/autostart.sh']) + subprocess.call([home + '/.config/qtile/autostart-x11']) #+end_src diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 7361069..f07d06a 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -504,7 +504,7 @@ wl_input_rules = None @hook.subscribe.startup_once def start_once(): home = os.path.expanduser('~') - subprocess.call([home + '/.config/qtile/autostart-wayland']) + subprocess.call([home + '/.config/qtile/autostart-x11']) # XXX: Gasp! We're lying here. In fact, nobody really uses or cares about this # string besides java UI toolkits; you can see several discussions on the