initial commit

This commit is contained in:
Dawson Matthews
2025-12-02 09:21:02 -07:00
commit 84d746859c
10 changed files with 6719 additions and 0 deletions

10
save-display-profile.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/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