feat: profile: remove XINITRC.
This commit is contained in:
parent
d7d5b94ff8
commit
f0bbe69224
1 changed files with 5 additions and 2 deletions
|
@ -84,6 +84,9 @@ if test "$OS" != "Windows_NT" ; then
|
|||
PATH="$HOME/exe:$HOME/.local/bin:$PATH"
|
||||
fi
|
||||
|
||||
# Helix
|
||||
export HELIX_RUNTIME=$HOME/.config/helix-runtime
|
||||
|
||||
# Preconfig.
|
||||
export APP="$HOME/app"
|
||||
export BIN="$HOME/bin"
|
||||
|
@ -141,8 +144,8 @@ fi
|
|||
export CLI_FILE_MANAGER=`which-first lf`
|
||||
|
||||
# Xorg
|
||||
export XAUTHORITY=$HOME/.Xauthority
|
||||
export XINITRC=$ETC/x/xinitrc
|
||||
#export XAUTHORITY=$HOME/.Xauthority
|
||||
#export XINITRC=$ETC/x/xinitrc
|
||||
|
||||
# GUI programs.
|
||||
export XCOMPOSER='river'
|
||||
|
|
Loading…
Reference in a new issue