fix(deck): Correct the default display scale on KDE images

This commit is contained in:
Kyle Gospodnetich 2024-02-24 13:21:11 -08:00
parent f1eda86da2
commit c86fc7dbd7

View File

@ -28,6 +28,11 @@ sleep 1
# Debug: Get current outputs
kscreen-doctor --outputs 2>&1 | tee -a /tmp/bazrotfix.log
# Fix default scale on for Steam Deck hardware
if /usr/libexec/hardware/valve-hardware; then
kscreen-doctor output.1.scale.1.00 2>&1 | tee -a /tmp/bazrotfix.log
fi
# Fix desktop orientation
# Rotation options: right, normal, left, inverted
echo $(date '+%Y-%m-%d %H:%M:%S') Fixing desktop orientation... | tee -a /tmp/bazrotfix.log