commit 30f4b37a08f2fe784348a8680ee71e6561f4f5b6 parent c4251ac7f310f4ee69ba3bd6bcf73da684ebc7ca Author: Byron Torres <b@torresjrjr.com> Date: Mon, 2 Jan 2023 10:36:20 +0000 .profile: add $DISPLAY, $XINITRC, $XAUTHORITY Diffstat:
M | sh/.profile | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/sh/.profile b/sh/.profile @@ -44,6 +44,12 @@ export LESSHISTFILE="$XDG_CACHE_HOME/less/lesshst" export PASSWORD_STORE_DIR="$HOME/.pass" export PASSWORD_STORE_GENERATED_LENGTH=64 +# desktop + +export DISPLAY=':0' +export XINITRC="$XDG_CONFIG_HOME/xorg/xinitrc" +export XAUTHORITY="$XDG_CACHE_HOME/xorg/xauthority" + ## Local