From 01b36efb3407126bccd1fa0cc9c5aff49d9fb186 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Sat, 21 May 2022 17:50:28 -0700 Subject: [PATCH] added notation on enabling ntpd service --- updates.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/updates.txt b/updates.txt index 0f3d6c36..10a76f0e 100644 --- a/updates.txt +++ b/updates.txt @@ -27,3 +27,11 @@ cp ~/Documents/notes/i3/config ~/.config/i3/ restart i3 to be sure If it works, uninstall xcompmgr + +doas pacman -R xcompmgr + +Also, I noticed the time was off. make sure to enable nptd service + +doas ln -s /etc/runit/sv/ntpd /run/runit/service/ + +doas rsv enable ntpd