Minor: change the qtile xorg comment (#934)

Similar to GNOME, qtile supports a pure wayland session, so I correct the comment to reflect that.
This commit is contained in:
Dylan M. Taylor 2022-02-02 08:19:30 -05:00 committed by GitHub
parent 860dc1449c
commit dfd064a57f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ def _prep_function(*args, **kwargs):
for more input before any other installer steps start.
"""
# qtile requires a functioning Xorg installation.
# qtile optionally supports xorg, we'll install it since it also
# includes graphic driver setups (this might change in the future)
profile = archinstall.Profile(None, 'xorg')
with profile.load_instructions(namespace='xorg.py') as imported:
if hasattr(imported, '_prep_function'):