summaryrefslogtreecommitdiff
path: root/.config/login.d/10_xauthority.sh
blob: a27202cf044fa79394d33c694b99804bf173f83f (plain)
1
2
3
4
# This was needed once with SSH and Fedora boxes.
if [[ -z $XAUTHORITY ]]; then
	export XAUTHORITY="$HOME/.Xauthority"
fi