Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/sway.py
diff options
context:
space:
mode:
authoradvaithm <advaith.madhukar@gmail.com>2021-04-22 17:00:51 +0530
committeradvaithm <advaith.madhukar@gmail.com>2021-04-22 17:00:51 +0530
commiteb1ff72f5ba627e09da820b1ce0970d361653eca (patch)
tree574f979cac0ca183a0836e049219ca39e0c4fae7 /profiles/sway.py
parent15d56c2bc7174a80aa23ef8f0896c286b925a382 (diff)
readded some commits that got removed
Diffstat (limited to 'profiles/sway.py')
-rw-r--r--profiles/sway.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/sway.py b/profiles/sway.py
index 5633cce2..7fb64fd7 100644
--- a/profiles/sway.py
+++ b/profiles/sway.py
@@ -11,6 +11,12 @@ 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.
"""
+<<<<<<< HEAD
+=======
+
+ __builtins__['_gfx_driver_packages'] = archinstall.select_driver()
+
+>>>>>>> 1292c07... Fixed PR #273. Moved the graphic drivers into hardware since they are hardware specific, in the long run maybe we move them into 'drivers' or something. And moved the user interaction from gfx_drivers into user_interactions. And removed the import from installer.py to __init__.py since we don't want to import 'global functions' in extension imports.
return True
# Ensures that this code only gets executed if executed