Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-06 17:35:23 +0000
committerGitHub <noreply@github.com>2021-04-06 17:35:23 +0000
commit6c64c45fce061e3be36b2c6fbddc29ad2ea0c818 (patch)
treee34d429f291dc1adb8365840e85f13a3420c380d
parentbc2649aaaa09a8da0fd958e449a3f056484a8fa1 (diff)
parent87514ab5155306ab98a257ebb436ef3f127a91b0 (diff)
Merge pull request #201 from dylanmtaylor/patch-8
Noticed that some KDE instances weren't changed to i3 when copying
-rw-r--r--profiles/i3-gaps.py2
-rw-r--r--profiles/i3-wm.py2
2 files changed, 2 insertions, 2 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'):
diff --git a/profiles/i3-wm.py b/profiles/i3-wm.py
index 66a7884e..cd6cbc81 100644
--- a/profiles/i3-wm.py
+++ b/profiles/i3-wm.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'):