From: Oleg Broytman Date: Sat, 28 Dec 2024 22:16:32 +0000 (+0300) Subject: Refactor(.profile): move root `xhost` (commented out) X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=01d180a894bf2770f315ba872d73e189cf7d13c7;p=dotfiles.git Refactor(.profile): move root `xhost` (commented out) --- 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