Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profiles/awesome.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/profiles/awesome.py b/profiles/awesome.py
index 4593261b..11c8de3b 100644
--- a/profiles/awesome.py
+++ b/profiles/awesome.py
@@ -48,8 +48,4 @@ if __name__ == 'awesome':
with open(f"{archinstall.storage['installation_session'].target}/etc/xdg/awesome/rc.lua", 'w') as fh:
fh.write(awesome_lua)
- # TODO: Configure the right-click-menu to contain the above packages that were installed. (as a user config)
-
- # Remove some interfering nemo settings
- archinstall.storage['installation_session'].arch_chroot("gsettings set org.nemo.desktop show-desktop-icons false")
- archinstall.storage['installation_session'].arch_chroot("xdg-mime default nemo.desktop inode/directory application/x-gnome-saved-search")
+ # TODO: Configure the right-click-menu to contain the above packages that were installed. (as a user config) \ No newline at end of file