From 02f4392c2250ba23174f4b53538994ae59803fa3 Mon Sep 17 00:00:00 2001 From: "Dylan M. Taylor" Date: Fri, 9 Apr 2021 06:38:49 -0400 Subject: As pointed out to me, sway doesn't officially support display managers --- profiles/sway.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'profiles') diff --git a/profiles/sway.py b/profiles/sway.py index fd8407df..5633cce2 100644 --- a/profiles/sway.py +++ b/profiles/sway.py @@ -20,5 +20,3 @@ if __name__ == 'sway': # Install the application sway from the template under /applications/ sway = archinstall.Application(installation, 'sway') sway.install() - - installation.enable_service('sddm') # SDDM, which supports Sway -- cgit v1.2.3-54-g00ecf