Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorDylan M. Taylor <dylan@dylanmtaylor.com>2021-04-08 20:54:34 -0400
committerGitHub <noreply@github.com>2021-04-08 20:54:34 -0400
commit6f4b35c4e8e0c00b51fb05fd53768620b4097c47 (patch)
treefe20f96cf5fa2e48a8e914cf654a528631babfd0 /profiles
parent32c902a4d8a46f6d0202d9ae46dee9620bbcaa30 (diff)
Add i3 profile to desktop.py
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 4c6255e7..1bf21482 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', 'sway', 'cinnamon', 'xfce4', 'lxqt']
+ supported_desktops = ['gnome', 'kde', 'awesome', 'sway', 'cinnamon', 'xfce4', 'lxqt', 'i3']
desktop = archinstall.generic_select(supported_desktops, 'Select your desired desktop environment: ')
# Temporarily store the selected desktop profile