Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorr0t0r-r0t0r <soap4me@gmail.com>2023-04-02 01:04:53 +0300
committerGitHub <noreply@github.com>2023-04-02 00:04:53 +0200
commit6e3c6f8863041b54f6d8cf7af37f9719c493eadd (patch)
tree2c4fe54757cfbde26229012e8e8a3f353481fe7a
parent7ad00d96e1f1104e3c321d69e4f6cd8625ef4dac (diff)
Fix i3 profile (#1714)upstreamMaster
-rw-r--r--profiles/i3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/i3.py b/profiles/i3.py
index d3e6e6b..d9b98b7 100644
--- a/profiles/i3.py
+++ b/profiles/i3.py
@@ -7,7 +7,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__ = [
- 'i3-wm'
+ 'i3-wm',
'i3lock',
'i3status',
'i3blocks',