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 --- .../systemd/user/xdg-desktop-portal-gtk.service.d/environment.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 dotfiles/system/.config/systemd/user/xdg-desktop-portal-gtk.service.d/environment.conf (limited to 'dotfiles/system/.config/systemd/user/xdg-desktop-portal-gtk.service.d') diff --git a/dotfiles/system/.config/systemd/user/xdg-desktop-portal-gtk.service.d/environment.conf b/dotfiles/system/.config/systemd/user/xdg-desktop-portal-gtk.service.d/environment.conf new file mode 100644 index 0000000..e8c5e8f --- /dev/null +++ b/dotfiles/system/.config/systemd/user/xdg-desktop-portal-gtk.service.d/environment.conf @@ -0,0 +1,3 @@ +[Service] +Environment="DISPLAY=:0" +Environment="XAUTHORITY=/home/cjennings/.Xauthority" \ No newline at end of file -- cgit v1.2.3