Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/i3-gaps.py
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/i3-gaps.py')
-rw-r--r--profiles/i3-gaps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/i3-gaps.py b/profiles/i3-gaps.py
index 96d972e3..50511dce 100644
--- a/profiles/i3-gaps.py
+++ b/profiles/i3-gaps.py
@@ -8,7 +8,7 @@ def _prep_function(*args, **kwargs):
for more input before any other installer steps start.
"""
- # KDE requires a functioning Xorg installation.
+ # i3 requires a functioning Xorg installation.
profile = archinstall.Profile(None, 'xorg')
with profile.load_instructions(namespace='xorg.py') as imported:
if hasattr(imported, '_prep_function'):