From 9abfc732ae6486407b0155243a70c56025ed6840 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 29 May 2025 17:50:04 -0500 Subject: adding xorg related display and xauthority settings --- dotfiles/system/.profile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/system/.profile b/dotfiles/system/.profile index 0a67605..94b4993 100644 --- a/dotfiles/system/.profile +++ b/dotfiles/system/.profile @@ -11,6 +11,10 @@ fi ## ENVIRONMENT VARIABLES ## +# X Org +export XAUTHORITY=$HOME/.Xauthority +export DISPLAY=:0 + # Locale export LANG=en_US.UTF-8 export LANGUAGE=en_US.UTF-8 -- cgit v1.2.3