Hyprland : variable XDG_CONFIG_HOME
This commit is contained in:
parent
b796ed03bf
commit
1a10442a51
1 changed files with 2 additions and 0 deletions
|
@ -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 "$@"
|
||||
|
|
Loading…
Reference in a new issue