Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/applications
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-05 16:21:43 +0000
committerGitHub <noreply@github.com>2021-04-05 16:21:43 +0000
commitdc522b74b92cac38446501b8bb4fefc006ffda32 (patch)
tree467a4dc7a2e820d8c47298a323a904eb9ddfd30e /profiles/applications
parent9959e0a29978616fa1f5a1bbaf2441f3180766b4 (diff)
parent9404dbe967beaa060101c4d53758ee308f754740 (diff)
Merge pull request #179 from advaithm/master
i3 and 13-gaps support
Diffstat (limited to 'profiles/applications')
-rw-r--r--profiles/applications/i3-gaps.py2
-rw-r--r--profiles/applications/i3-wm.py2
2 files changed, 4 insertions, 0 deletions
diff --git a/profiles/applications/i3-gaps.py b/profiles/applications/i3-gaps.py
new file mode 100644
index 00000000..4dd95989
--- /dev/null
+++ b/profiles/applications/i3-gaps.py
@@ -0,0 +1,2 @@
+import archinstall
+installation.add_additional_packages("i3lock i3status i3blocks i3-gaps") \ No newline at end of file
diff --git a/profiles/applications/i3-wm.py b/profiles/applications/i3-wm.py
new file mode 100644
index 00000000..8662497d
--- /dev/null
+++ b/profiles/applications/i3-wm.py
@@ -0,0 +1,2 @@
+import archinstall
+installation.add_additional_packages("i3lock i3status i3blocks i3-wm") \ No newline at end of file