Hyprland : variable XDG_CONFIG_HOME

This commit is contained in:
Ahurac 2024-04-02 00:52:16 +02:00
parent b796ed03bf
commit 1a10442a51

View file

@ -11,5 +11,7 @@ if [ -z "$SSH_AGENT_PID" ]; then
exec ssh-agent "$0" "$@"
fi
export XDG_CONFIG_HOME="${HOME}/.config"
# Execution
exec /usr/bin/Hyprland "$@"