Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/i3-gaps.py
diff options
context:
space:
mode:
authorDylan Taylor <dylan@dylanmtaylor.com>2021-04-08 21:08:17 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-04-08 21:11:33 -0400
commit6a6439daa929e534fec580a39cbd69087f5f43f2 (patch)
tree8871dd715f4f8a873d55950e1f96ef1172ba931e /profiles/i3-gaps.py
parenta5eb815b3e9447062aff613ff0100e2c62db851d (diff)
Move more logic into common profile
Diffstat (limited to 'profiles/i3-gaps.py')
-rw-r--r--profiles/i3-gaps.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/profiles/i3-gaps.py b/profiles/i3-gaps.py
index e900117a..d6308ad5 100644
--- a/profiles/i3-gaps.py
+++ b/profiles/i3-gaps.py
@@ -31,13 +31,7 @@ def _post_install(*args, **kwargs):
return True
-if __name__ == 'i3-wm':
- # Install dependency profiles
- installation.install_profile('xorg')
- # gaps is installed by deafult so we are overriding it here
- installation.add_additional_packages("lightdm-gtk-greeter lightdm")
+if __name__ == 'i3-gaps':
# install the i3 group now
i3 = archinstall.Application(installation, 'i3-gaps')
i3.install()
- # Auto start lightdm for all users
- installation.enable_service('lightdm')