]> git.phdru.name Git - dotfiles.git/commitdiff
Refactor(.profile): move root `xhost` (commented out)
authorOleg Broytman <phd@phdru.name>
Sat, 28 Dec 2024 22:16:32 +0000 (01:16 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 28 Dec 2024 22:16:32 +0000 (01:16 +0300)
.profile

index 4f89115f94ea9ffc76444e0bddcd34c389433055..8a20a360de736c72c8a646c14fd58e7d248d3675 100644 (file)
--- 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