Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoredl2 <95947898+edl2@users.noreply.github.com>2022-05-26 03:11:38 -0400
committerGitHub <noreply@github.com>2022-05-26 09:11:38 +0200
commit0c7506fe1c8b5a446a3dd4c9936d34806e439be6 (patch)
treeb3c1c3e943f701053b9c2bf08866de3d72ab569c
parentda6285e0e73c56e6dfad7156388e13790fa28180 (diff)
Remove unneeded packages from awesome profile? (#1247)
This profile currently installs a nemo - file manager, gpicview - image viewer, and maim - screenshot taker. all of these items do not typically come with awesome and aren't awesome specific and should be installed by the user. (also not required for the system to work). Especially since these are not even the most popular tools for each use.
-rw-r--r--profiles/awesome.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/profiles/awesome.py b/profiles/awesome.py
index 9648fc4a..4593261b 100644
--- a/profiles/awesome.py
+++ b/profiles/awesome.py
@@ -7,9 +7,6 @@ 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__ = [
- "nemo",
- "gpicview",
- "maim",
"alacritty",
]