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