Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/applications
diff options
context:
space:
mode:
authorDylan Taylor <dylan@dylanmtaylor.com>2021-04-08 15:14:16 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-04-08 15:14:26 -0400
commit8c9b16204964977c60944a324b80c58ed56119b7 (patch)
treefafdfd56efdee54297c51bd745887ce23ae6382c /profiles/applications
parent6010d62bf51b43e7655681d913e52980679c8704 (diff)
Implement Sway
Try switching from gdm to sddm as gdm pulls in a lot of GNOME packages Fix comment Update sway.py
Diffstat (limited to 'profiles/applications')
-rw-r--r--profiles/applications/sway.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/applications/sway.py b/profiles/applications/sway.py
new file mode 100644
index 00000000..5f66233c
--- /dev/null
+++ b/profiles/applications/sway.py
@@ -0,0 +1,3 @@
+import archinstall
+
+installation.add_additional_packages("sway sddm")