13 lines
313 B
Plaintext
13 lines
313 B
Plaintext
# https://wiki.debian.org/Xsession
|
|
LOG=$HOME/.xsessionrc.log
|
|
rm -f $LOG
|
|
touch $LOG
|
|
|
|
#export ALT_HISTORY_FILE=$HOME/QubesIncoming/Cloud/history
|
|
|
|
#export SSH_VAULT_VM="keepassXC"
|
|
#export SSH_AUTH_SOCK="/home/user/.SSH_AGENT_${SSH_VAULT_VM}"
|
|
# Connection to agent is done by ~/bin/once-connected.zsh
|
|
|
|
export >> $LOG
|