Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/applications
diff options
context:
space:
mode:
authoradvaithm <advaith.madhukar@gmail.com>2021-04-05 20:46:09 +0530
committeradvaithm <advaith.madhukar@gmail.com>2021-04-05 20:46:09 +0530
commit4c0c95a88cca796fa5f27ef53812348a1bc32624 (patch)
treed59d24d4580e52e77abb616f9862e0fe53f6dff7 /profiles/applications
parentdbe7f3fcb8fa71d14bb27a9963d841cc12007117 (diff)
add i3-wm and i3-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