Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/i3-wm.py
diff options
context:
space:
mode:
authorDylan Taylor <dylan@dylanmtaylor.com>2021-04-08 20:58:52 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-04-08 20:58:52 -0400
commit37db6b8973ef6fbb06ae72505ba836d16bd87d3d (patch)
tree1dc47509d9f9e208fffc064a6e736517298e72c8 /profiles/i3-wm.py
parent8f7d8df89f14a48132f4d5e7a3dfb556492879ff (diff)
Add is_top_level_profile = False to i3 profiles
Diffstat (limited to 'profiles/i3-wm.py')
-rw-r--r--profiles/i3-wm.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/i3-wm.py b/profiles/i3-wm.py
index cd6cbc81..a2449e39 100644
--- a/profiles/i3-wm.py
+++ b/profiles/i3-wm.py
@@ -1,5 +1,7 @@
import archinstall, subprocess
+is_top_level_profile = False
+
def _prep_function(*args, **kwargs):
"""
Magic function called by the importing installer