Files
KDE-Display-Profiles/save-display-profile.sh
T
2026-02-01 13:55:01 -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