From 1c2996d2b8a1cbccf3f622040f655cbbcc325497 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Tue, 6 Jan 2026 14:35:04 -0600 Subject: [PATCH] Reverting back to X11 --- .config/qtile/README.org | 2 +- .config/qtile/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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