Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/i3-wm.py
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/i3-wm.py')
-rw-r--r--profiles/i3-wm.py9
1 files changed, 1 insertions, 8 deletions
diff --git a/profiles/i3-wm.py b/profiles/i3-wm.py
index 4c3135e5..4a0415fc 100644
--- a/profiles/i3-wm.py
+++ b/profiles/i3-wm.py
@@ -9,14 +9,7 @@ def _prep_function(*args, **kwargs):
other code in this stage. So it's a safe way to ask the user
for more input before any other installer steps start.
"""
-
- # 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'):
- return imported._prep_function()
- else:
- print('Deprecated (??): xorg profile has no _prep_function() anymore')
+ return True
if __name__ == 'i3-wm':
# install the i3 group now