Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorDylan Taylor <dylan@dylanmtaylor.com>2021-04-08 15:15:44 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-04-08 15:15:44 -0400
commite49f9830364f0beded7af88a142fa89e457da822 (patch)
tree1703a5c997f095c1650462eaebdd029e7fb998ec /profiles
parent8c9b16204964977c60944a324b80c58ed56119b7 (diff)
Add sway profile to desktop file
Diffstat (limited to 'profiles')
-rw-r--r--profiles/desktop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/desktop.py b/profiles/desktop.py
index 012d66aa..1e914546 100644
--- a/profiles/desktop.py
+++ b/profiles/desktop.py
@@ -16,7 +16,7 @@ def _prep_function(*args, **kwargs):
for more input before any other installer steps start.
"""
- supported_desktops = ['gnome', 'kde', 'awesome']
+ supported_desktops = ['gnome', 'kde', 'awesome', 'sway']
desktop = archinstall.generic_select(supported_desktops, 'Select your desired desktop environment: ')
# Temporarily store the selected desktop profile