Files
infrastructure/scripts/kvm/to_nobara.sh
XTRM-Unraid 663542ff17
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Simplify KVM scripts - monitor only, manual peripheral switch
2026-02-01 16:42:04 +02:00

9 lines
297 B
Bash
Executable File

#!/bin/bash
# KVM Switch: Mac → Nobara
# Switches monitor to HDMI 2
# Peripherals: manually press Easy-Switch to Channel 2
echo "Switching to Nobara..."
echo " Monitor -> HDMI 2..."
m1ddc set input 18 2>/dev/null && echo "Done! Press Easy-Switch for Channel 2" || echo "Monitor switch failed"