#!/usr/bin/env bash # Migration: switch display manager greetd -> SDDM (DeckShift gaming-mode # session switching). NOT no-op: installs packages, swaps services, needs reboot. # Idempotent — delegates to the component installer. set -euo pipefail : "${NOSIGNAL_SRC:?NOSIGNAL_SRC must point at the NoSignal source root}" sh "$NOSIGNAL_SRC/display-manager-sddm/install-display-manager-sddm.sh"