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/environment.d/envvars.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 dotfiles/system/.config/environment.d/envvars.conf (limited to 'dotfiles/system/.config/environment.d/envvars.conf') diff --git a/dotfiles/system/.config/environment.d/envvars.conf b/dotfiles/system/.config/environment.d/envvars.conf new file mode 100644 index 0000000..f937aab --- /dev/null +++ b/dotfiles/system/.config/environment.d/envvars.conf @@ -0,0 +1 @@ +PATH=/usr/local/bin:/usr/bin:/bin:$HOME/.local/bin:/usr/sbin:$HOME/.config/rofi/scripts -- cgit v1.2.3