Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/i3.py
diff options
context:
space:
mode:
authorDylan Taylor <dylan@dylanmtaylor.com>2021-04-08 21:00:55 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-04-08 21:00:55 -0400
commita5eb815b3e9447062aff613ff0100e2c62db851d (patch)
treecbd1d58a4434dccc648ac40af88c9381d294b428 /profiles/i3.py
parent37db6b8973ef6fbb06ae72505ba836d16bd87d3d (diff)
Move common packages to common i3 profile
Diffstat (limited to 'profiles/i3.py')
-rw-r--r--profiles/i3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/i3.py b/profiles/i3.py
index 3867dfb5..b9d7495e 100644
--- a/profiles/i3.py
+++ b/profiles/i3.py
@@ -6,7 +6,7 @@ is_top_level_profile = False
# New way of defining packages for a profile, which is iterable and can be used out side
# of the profile to get a list of "what packages will be installed".
-__packages__ = []
+__packages__ = ['i3lock', 'i3status', 'i3blocks']
def _prep_function(*args, **kwargs):
"""