From e9536d6febcbfb451e4d8d0e1944a4ef83618793 Mon Sep 17 00:00:00 2001
From: Sergey Matveev <stargrave@stargrave.org>
Date: Fri, 27 Jan 2023 00:48:59 +0300
Subject: [PATCH] Explicitly set X envs, manually call rem

---
 zsh/.zprofile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/zsh/.zprofile b/zsh/.zprofile
index f9da070..717b32c 100644
--- a/zsh/.zprofile
+++ b/zsh/.zprofile
@@ -1,4 +1,5 @@
 umask 077
 [[ -e $XDG_DATA_HOME ]] || mkdir -p $XDG_DATA_HOME /tmp/stargrave-lldb /tmp/stargrave-flags
-[[ -n "$XAUTHORITY" ]] || ~/bin/rem
+export DISPLAY=:0
+export XAUTHORITY=/home/stargrave/.Xauthority
 ~/bin/my-cleanup
-- 
2.51.0