Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/desktop.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-08 19:17:52 +0000
committerGitHub <noreply@github.com>2021-04-08 19:17:52 +0000
commit19db5919f6189b77815c3771b71e4d9b131a8e2e (patch)
tree1703a5c997f095c1650462eaebdd029e7fb998ec /profiles/desktop.py
parent6010d62bf51b43e7655681d913e52980679c8704 (diff)
parente49f9830364f0beded7af88a142fa89e457da822 (diff)
Merge pull request #241 from dylanmtaylor/patch-3
Implement Sway and use SDDM as Greeter
Diffstat (limited to 'profiles/desktop.py')
-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