Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib
diff options
context:
space:
mode:
authorbd-g <49082060+bd-g@users.noreply.github.com>2023-03-10 04:17:19 -0500
committerGitHub <noreply@github.com>2023-03-10 10:17:19 +0100
commit114e3626e2f3d5c89e21b4dbf94edd8ca5996fee (patch)
tree013e06df50c4d8591318c27a6ed3137966e51540 /archinstall/lib
parent9b08c244e66bcc92c425a399f1ddf5be5bac7abc (diff)
Sway profile - select seat (#1661)
* sway profile choose seat
Diffstat (limited to 'archinstall/lib')
-rw-r--r--archinstall/lib/user_interaction/general_conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/archinstall/lib/user_interaction/general_conf.py b/archinstall/lib/user_interaction/general_conf.py
index 76631a98..fc7ded45 100644
--- a/archinstall/lib/user_interaction/general_conf.py
+++ b/archinstall/lib/user_interaction/general_conf.py
@@ -174,7 +174,10 @@ def select_profile(preset) -> Optional[Profile]:
storage['profile_minimal'] = False
storage['_selected_servers'] = []
storage['_desktop_profile'] = None
+ storage['sway_sys_priv_ctrl'] = None
+ storage['arguments']['sway_sys_priv_ctrl'] = None
storage['arguments']['desktop-environment'] = None
+ storage['arguments']['gfx_driver'] = None
storage['arguments']['gfx_driver_packages'] = None
return None
case MenuSelectionType.Skip: