#!/usr/bin/env bash # Migration: universal Super+C copy / Super+V paste (clipboard history -> Super+Ctrl+V). # Idempotent — delegates to the component installer. set -euo pipefail : "${NOSIGNAL_SRC:?NOSIGNAL_SRC must point at the NoSignal source root}" sh "$NOSIGNAL_SRC/super-clipboard/install-super-clipboard.sh"