#!/usr/bin/env bash # Migration: Super+Space reliably opens/keeps the launcher (drawers IPC, not # the interrupt-prone global). Idempotent — delegates to the component installer. set -euo pipefail : "${NOSIGNAL_SRC:?NOSIGNAL_SRC must point at the NoSignal source root}" sh "$NOSIGNAL_SRC/launcher-fix/install-launcher-fix.sh"