diff --git a/bin/Hyprland b/bin/Hyprland index c146bff..8e42bde 100755 --- a/bin/Hyprland +++ b/bin/Hyprland @@ -11,8 +11,5 @@ if [ -z "$SSH_AGENT_PID" ]; then exec ssh-agent "$0" "$@" fi -# XDG -export XDG_CONFIG_HOME="${HOME}/.config" - # Execution exec /usr/bin/Hyprland "$@"