1 files changed, 13 insertions(+), 2 deletions(-)
M README.md
M README.md => README.md +13 -2
@@ 58,16 58,27 @@ just that.
- `systemd-timesyncd.service`
- `lightdm.service`
-- `bluetooth.service`
+- `bluetooth.service` *(optional)*
- `ufw.service`
- `docker.service`
-- `paccache.timer`
- `deluged.service`
+- `paccache.timer`
+- `plocate-updatedb.timer`
**User** services enabled with `systemctl enable --user <service name here>` :
- `neovim-undo-cleanup.service`
+In order to utilize the HHKB's power key to show the power menu the logind config file must be modified to include
+```
+/etc/systemd/logind.conf
+------------------------
+HandlePowerKey=ignore
+```
+and the service reloaded with
+
+`systemctl restart systemd-logind.service`
+
**Firewall:**
1. Enable the firewall `ufw enable`.