Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorDylan M. Taylor <dylan@dylanmtaylor.com>2022-02-02 08:19:30 -0500
committerGitHub <noreply@github.com>2022-02-02 14:19:30 +0100
commitdfd064a57f6a0006e9fc614ea229fd9883722085 (patch)
treeab37ab4ca65f108de2df54eca0cab50f2809e9ab /profiles
parent860dc1449c8b285fb871da82e3f4ad3a73fe194a (diff)
Minor: change the qtile xorg comment (#934)
Similar to GNOME, qtile supports a pure wayland session, so I correct the comment to reflect that.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/qtile.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/qtile.py b/profiles/qtile.py
index d25e9e3c..ae1409a6 100644
--- a/profiles/qtile.py
+++ b/profiles/qtile.py
@@ -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'):