diff --git a/bin/Hyprland b/bin/Hyprland index 8e42bde..51c2a0f 100755 --- a/bin/Hyprland +++ b/bin/Hyprland @@ -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 "$@"