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-10 13:29:20 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-04-10 13:29:20 -0400
commit09f252d0315469ad699066279e04c4e3424ea967 (patch)
tree76e88548c260ba603dcf2eb05e2e659fc12c7c07 /profiles
parentf74dab9a5aef283b2e35515dab0e7a51786e559f (diff)
Make desktop.py line match master.
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 389198d6..22a407b6 100644
--- a/profiles/desktop.py
+++ b/profiles/desktop.py
@@ -12,7 +12,7 @@ def _prep_function(*args, **kwargs):
for more input before any other installer steps start.
"""
- supported_desktops = ['gnome', 'kde', 'awesome', 'xfce4', 'cinnamon', 'i3-gaps', 'i3-wm']
+ supported_desktops = ['gnome', 'kde', 'awesome', 'sway', 'cinnamon', 'xfce4', 'lxqt', 'i3', 'budgie']
desktop = archinstall.generic_select(supported_desktops, 'Select your desired desktop environment: ')
# Temporarily store the selected desktop profile