Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-09 19:35:51 +0000
committerGitHub <noreply@github.com>2021-04-09 19:35:51 +0000
commitac1dac3fc30b45e0d73319f0a25af5aee30622b8 (patch)
tree5d99d02d8b1ca4f22e6aff2c9deef70919c6d3d6 /profiles
parentf57b533275251b8f249a1a396261489e4f0266d8 (diff)
parent8d627d0c099e33332a7db750b2b875f8d1080947 (diff)
Merge pull request #257 from dylanmtaylor/patch-2
Add more suggested packages to sway
Diffstat (limited to 'profiles')
-rw-r--r--profiles/applications/sway.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/applications/sway.py b/profiles/applications/sway.py
index c99f378a..56d7f318 100644
--- a/profiles/applications/sway.py
+++ b/profiles/applications/sway.py
@@ -1,3 +1,3 @@
import archinstall
-packages = "sway swaylock swayidle dmenu alacritty"
+packages = "sway swaylock swayidle waybar dmenu light grim slurp pavucontrol alacritty"
installation.add_additional_packages(packages)