Files
KDE-Display-Profiles/scripts/save-display-profile.sh
T
2026-01-23 18:50:07 -07:00

10 lines
174 B
Bash
Executable File

#!/bin/bash
# Check for correct usage
if [ $# -lt 1 ]; then
echo "Usage: $0 <config name>"
exit
fi
OUTPUT_CONFIG_NAME=$1
kscreen-doctor --json > $OUTPUT_CONFIG_NAME