#!/usr/bin/env bash # Migration: Super+D toggles the dashboard/calendar (communication -> Super+Shift+D). # Idempotent — delegates to the component installer. set -euo pipefail : "${NOSIGNAL_SRC:?NOSIGNAL_SRC must point at the NoSignal source root}" sh "$NOSIGNAL_SRC/dashboard-key/install-dashboard-key.sh"