From 1af49a883cd1d6f0bd7735ea5201de594c489085 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 5 Oct 2025 13:39:23 -0500 Subject: add environment + systemd configs to improve session and app startup - Add environment variable file for PATH including custom script locations - Add user systemd service for Emacs daemon with restart on failure - Add geoclue-agent systemd service for redshift location hints - Add environment override for xdg-desktop-portal-gtk service (DISPLAY, XAUTHORITY) - Update .profile to use emacsclient for EDITOR and VISUAL - Comment out auto-startx on tty1 --- dotfiles/system/.config/systemd/user/geoclue-agent.service | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dotfiles/system/.config/systemd/user/geoclue-agent.service (limited to 'dotfiles/system/.config/systemd/user/geoclue-agent.service') diff --git a/dotfiles/system/.config/systemd/user/geoclue-agent.service b/dotfiles/system/.config/systemd/user/geoclue-agent.service new file mode 100644 index 0000000..9f2adc0 --- /dev/null +++ b/dotfiles/system/.config/systemd/user/geoclue-agent.service @@ -0,0 +1,8 @@ +[Unit] +Description=redshift needs to get a (geo)clue + +[Service] +ExecStart=/usr/lib/geoclue-2.0/demos/agent + +[Install] +WantedBy=default.target -- cgit v1.2.3