From 01d180a894bf2770f315ba872d73e189cf7d13c7 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 29 Dec 2024 01:16:32 +0300 Subject: [PATCH] Refactor(.profile): move root `xhost` (commented out) --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 4f89115..8a20a36 100644 --- a/.profile +++ b/.profile @@ -225,6 +225,7 @@ fi #export DISPLAY if [ -n "$DISPLAY" ]; then + #xhost +local:root > /dev/null 2>&1 PATH=$PATH:/usr/games # mutt, python and vim @@ -259,7 +260,6 @@ if [ -n "$DISPLAY" ]; then #__GL_FSAA_MODE=4 #export __GL_FSAA_MODE - #xhost +local:root > /dev/null 2>&1 fi [ -n "$HAS_LESS" ] && unset HAS_LESS -- 2.39.5