From 9b01e4323fdb3b5139fb248717cb72fc1d0eda1c Mon Sep 17 00:00:00 2001 From: Outis Date: Wed, 22 Apr 2026 11:33:09 -0400 Subject: [PATCH] Update README with XDG_RUNTIME_DIR export instructions Added instructions to set XDG_RUNTIME_DIR in ~/.bashrc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c0765c..cc9af30 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ python3 sunrise.py export XDG_RUNTIME_DIR=/run/user/$(id -u) systemctl --user list-timers 'sky-cam-sunrise*' + # Add that export to your ~/.bashrc so it's always set in your shell: echo 'export XDG_RUNTIME_DIR=/run/user/$(id -u)' >> ~/.bashrc