Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/awesome.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2022-05-27 20:38:25 +0200
committerAnton Hvornum <anton@hvornum.se>2022-05-27 20:38:25 +0200
commit03c1944dae637f5fc7908c7d61ea5002ebe99aae (patch)
treedb12f043c05530e99e3c9256dd7a88d96170e2c6 /profiles/awesome.py
parent339469d6eea42bd8af7b4fd51d00f262f68d1026 (diff)
Removed nemo configuration from awesome profile, after #1247
Diffstat (limited to 'profiles/awesome.py')
-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