diff options
Diffstat (limited to 'config/hypr/scripts/PortalHyprlandUbuntu2604.sh')
| -rwxr-xr-x | config/hypr/scripts/PortalHyprlandUbuntu2604.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/config/hypr/scripts/PortalHyprlandUbuntu2604.sh b/config/hypr/scripts/PortalHyprlandUbuntu2604.sh deleted file mode 100755 index 5cb3c01b..00000000 --- a/config/hypr/scripts/PortalHyprlandUbuntu2604.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/env bash -# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## -# Ubuntu 26.04 workaround: start portals manually before waybar. - -set -euo pipefail - -if [[ -r /etc/os-release ]]; then - # shellcheck disable=SC1091 - . /etc/os-release - if [[ "${ID:-}" == "ubuntu" && "${VERSION_ID:-}" == "26.04" ]]; then - if [[ -x "$HOME/.config/hypr/scripts/PortalHyprland.sh" ]]; then - "$HOME/.config/hypr/scripts/PortalHyprland.sh" - fi - fi -fi |
