From f40a5c2b9436b7d34047a1764a7953bfc9b9e9fc Mon Sep 17 00:00:00 2001 From: Emma Nora Theuer Date: Tue, 31 Dec 2024 03:56:15 +0000 Subject: [PATCH] Remove done TODO, clean up installation instructions --- README.org | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index e54fee0..8d4a671 100644 --- a/README.org +++ b/README.org @@ -62,12 +62,12 @@ sudo mkdir -p /var/log/wallman sudo chmod 733 /var/log/wallman mkdir -p ~/.config/wallman cp sample_config.toml ~/.config/wallman/wallman.toml -doas mkdir -p /etc/wallman/ +sudo mkdir -p /etc/wallman/ cp -R icons/ /etc/wallman/ -doas cp src/wallman.py /usr/bin/wallman -doas cp src/wallman_lib.py /usr/bin/wallman_lib.py -doas cp src/wallman_systray.py /usr/bin/wallman_systray.py -doas chmod +x /usr/bin/wallman +sudo cp src/wallman.py /usr/bin/wallman +sudo cp src/wallman_lib.py /usr/bin/wallman_lib.py +sudo cp src/wallman_systray.py /usr/bin/wallman_systray.py +sudo chmod +x /usr/bin/wallman #+END_SRC + Edit the sample config + Profit @@ -114,7 +114,6 @@ The keys in the dictionary once again do not matter, the names of the keys in ea ** Structuring + Write unittests + Add documentation for developers -+ Add more type annotations! ** Technical Details + Improve Modularity (Partially done)