Reverting back to X11

This commit is contained in:
Derek Taylor
2026-01-06 14:35:04 -06:00
parent 5389b8e976
commit 1c2996d2b8
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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