Add back missing xrandr command

This commit is contained in:
dabruh 2024-04-19 08:46:35 +02:00
parent fc71836102
commit b433ef57d3
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ disable_disconnected_monitors() {
for monitor in $connected_monitors; do
echo "Disabling monitor $(cut -d',' -f1 <<<"$monitor")"
xrandr --output "$(cut -d',' -f1 <<<"$monitor")" --off
done
}